Questions tagged [driving-distance]

24 questions
1
vote
1 answer

Get distance from two location

I searched so many links here.But i didn't understand full code. Suggest me a simple and easily understand code for driving direction between two location,and get distance from two location.
Ram
  • 1,687
  • 3
  • 18
  • 28
0
votes
0 answers

How to find (the nearest amenity) the shortest driving distance between two lists of geographical coordinates using python?

I have a dataframe with multiple columns including Lon and Lat columns (as shown below: buildingID, Lon, Lat) (almost 20k rows). I have taken the school coordinates (around 150 schools) and street networks from the open street map. I would like to…
0
votes
0 answers

How to minimize total sum of values in pandas dataframe under additional requirements

via Google Distance Matrix API I am able to caclulate all driving times in seconds between addresses of each of my personnel and each of my customers (fake data in this example). I put this into a pivoted dataframe after calculating it. So now I…
0
votes
0 answers

calculating the distance of a list of coordinates to a reference coordinate using R

I have an xlsx file which has 200 restaurants and 1 warehouse location with their coordinates in latitude and longitude. I want to calculate the distance from the warehouse to the restaurants using R. And rank them from shortes to longes in…
0
votes
1 answer

Extending app inventor 2 "No Text While Driving" with location sensory

I'm coding around with the app inventor2 project "No Text While Driving". I need to add some more functionality, as the app to determine if the smartphone is on the move, e.g. in a rolling car and thus lock the screen or prevent from being able to…
CodeBugging
  • 321
  • 12
  • 28
0
votes
1 answer

Driving time API other than google directions?

I have an application where I should have the driving time between a point A and a set of points. I have the GPS coordinates of all these points. I tried to do the job using google maps directions api, but the problem is that the program must wait…
0
votes
2 answers

Calculating and storing lots of driving distances each day (PHP JavaScript)

first time here so I'll try to be precise and detailed. I'm working on a project where users will be able to sort local attractions by driving distance. The starting point will be their home address, the ending point will be one of the (many)…
-1
votes
1 answer

Doctrine order by driving distance

I have some places with coords in my database that I retrieve by using GEO function to filter the nearest. But it is not precise enough because it's not driving distances. I already use HERE Maps API to get Routing informations but it's so heavy to…
-1
votes
1 answer

get driving distance for a zipcode to multiple zipcodes in v3

fxnGetNearestDealer: function () { //Gets LatLng for given Zipecode and displays the dealer. fxnGetLatLngforZip(function () { //Gets The Nearest Dealers Index out of dealers in the site. …
mandava
  • 336
  • 4
  • 19
1
2