• 스튜디오
  • 모델
  • 요금제
  • 콘솔
  • 로그인
  • 회원가입
서비스이용약관개인정보처리방침환불 정책고객센터사업자정보
English한국어
(주)젠다이브대표이사 ∣ 함민혁사업자번호 ∣ 449-87-02752
개인정보책임자 ∣ 함준혁통신판매업신고번호 ∣ 2025-광주동구-0120
Email ∣ info@gendata.krTel ∣ 070-4895-5550

서울 금천구 가산디지털1로 84, 에이스하이엔드타워8차 3층 310호 젠다이브 기업부설연구소

© Dev Dive, All rights reserved.

google-maps/compute-route-matrix

지도 길찾기
N/A
chipGoogle

Compute Route Matrix is a method in the Routes API service that accepts an HTTPS request and returns distances and travel times for a matrix of routes between different origin and destination locations. Calculate travel times and distances for multiple destinations for up to 625 route elements.

With Compute Route Matrix you can...

  1. Determine the most efficient routes for dispatch scheduling, such as:

    1. How best to assign a set of workers to pick up a series of packages

    2. Determine the best warehouse from which to ship packages to their final destination

  2. Get a matrix of possible routes between many start and end locations. You can specify multiple origins and destinations per server-side request with the number of origins times the number of destinations up to 625. You can stream elements of the response before the entire matrix has been calculated, lowering response latency.

  3. Request these kinds of route data to determine the most efficient way to route passengers, shipments, or workers between multiple origins and destinations:

    1. Distance in kilometers or miles for a selected travel mode

    2. Estimated travel time in traffic

reference: https://developers.google.com/maps/documentation/routes/compute-route-matrix-over provided by Google ©2025