Request format
https://distancematrix.api.mappable.world/v2/
? apikey=<string>
& origins=<lon1,lat1|lon2,lat2|...>
& destinations=<lon1,lat1|lon2,lat2|...>
& [mode=<string>]
& [departure_time=<integer>]
& [avoid_tolls=<boolean>]
& [avoid_zones=<lon1,lat1|lon2,lat2|...>&avoid_zones=<lon1,lat1|lon2,lat2|...>]
& [traffic=<string>]
& [weight=<float>]
& [axle_weight=<float>]
& [max_weight=<float>]
& [height=<float>]
& [width=<float>]
& [length=<float>]
& [payload=<float>]
& [eco_class=<integer>]
& [has_trailer=<boolean>]
All params
apikey |
Required parameter The key issued in the Mappable Account. Note Key activation takes up to 15 minutes. |
origins |
Required parameter The origin points for routes specified in decimal degrees. Routes are created from each origin point to all of the destinations. Maximum number of points per request: 100. Note The maximum size of the matrix is 100 items. For example, you can specify 10 |
destinations |
Required parameter The destination points of routes specified in decimal degrees. Maximum number of points per request: 100. Note The maximum size of the matrix is 100 items. For example, you can specify 10 |
mode |
Type of travel on the route. Acceptable values:
|
departure_time |
The departure time in UNIX time. Used for calculating the expected traffic congestion. If this parameter is omitted, the traffic forecast is made for the time of request processing. Warning This parameter is not used when calculating routes:
|
avoid_tolls |
No toll roads. When |
avoid_zones |
Set up a custom polygon on the map to avoid it during routing. You can set up multiple polygons in the request. Each polygon should has at least 3 points (only for |
traffic |
Change the type of road traffic. When |
weight |
Vehicle weight in tons (only for |
axle_weight |
Actual vehicle axle load in tons (only for |
max_weight |
Maximum allowed vehicle weight in tons (only for |
height |
Vehicle height in meters (only for |
width |
Vehicle width in meters (only for |
length |
Vehicle length in meters (only for |
payload |
Maximum vehicle load capacity in tons (only for |
eco_class |
Vehicle emission standard (only for |
has_trailer |
Trailer (only for |