driving-distance Questions

2

I need to get the driving time and distance between two sets of coordinates using Python and an open source mapping service ( preferably OSM). I found a lot of different python libraries that can...
Augustineaugustinian asked 3/5, 2016 at 2:45

1

I want to get the driving distance between two points in python. I am not allowed to use Google Maps API. Are there any open source APIs that help to calculate the driving distance between two poin...
Unhinge asked 14/3, 2019 at 12:3

5

I am trying to get the driving distance between two points with lat/lon given. I can manually put them into google map and get the driving distance but I want to do all this programatically. I g...
Wabash asked 31/5, 2013 at 17:47

2

Solved

I use the following function to estimate the time (in hours) to drive a certain distance, assuming an average speed of 65 km/h: distHoras <- function(origin, destination){ xml.url <- paste0...
Adkison asked 24/6, 2013 at 18:11

5

Solved

I used to be able to get it like this: directionsService.route(directionsRequest, function(directionsResult, directionsStatus) { var directionsRenderer = new google.maps.DirectionsRenderer({ dir...
Beldam asked 15/7, 2010 at 0:27

1

I am evaluating using google's Distance Matrix / Places / Maps API, versus Apple's Maps api for an iOS app. I am looking at the MKDirectionsRequest class, and I can't seem to find a way to determi...
Cocks asked 26/5, 2013 at 16:15
1

© 2022 - 2024 — McMap. All rights reserved.