I have noticed small, but substantive discrepancies for identical queries entered at the same time using Google Maps and via the Distance Matrix API, with origin/destination pairs in the GPS format, a departure time of Now, and use of my API key linked to a paid account. These are for the distances (often off by a few miles) and the DrivingTimeInTraffic (off by as much as 15 minutes). Is this expected behavior, for example, due to latency between traffic updates used by the two methods, or is there something more fundamental that is causing the discrepancies. The same behavior is shown for future departure times, with no apparent relationship between the range of driving times sometimes shown by Google Maps and the pessimistic/best_guess/optimistic times that are returned in the JSON string by the API. I'm coding in python 3.4.4, although that is not likely relevant since the issues are the same when the API query string is pasted into the browse manually. Any assistance will be greatly appreciated.
0
There are 0 best solutions below
Related Questions in GOOGLE-MAPS
- Google Maps API Re-size
- Google Map Custom InfoWindow's Tail Won't move and can't remove dropshadow
- how show result the autocomplete in the map in CodeIgniter Google Maps V3 API Library?
- GoogleMaps or OpenStreetMap get graph
- GoogleMap.addGroundOverlay() takes a lot of UiThread time
- Reverse geocoding with a deferred object in a coffeescript class
- Can I get Google maps to ignore part of a search?
- IOS Google Maps skid fit bounds
- Accessing Google Maps Markers in 2D-array from outside
- kmllayer with polygons hide map
- How to specify the delay for the google map marker
- Google Maps API v3 - change strokeWeight of polylines for different zoom levels
- Pop-up info box in google maps
- Logo Markers over 3D Maps View
- How can i add polygon on google maps IOS?
Related Questions in GOOGLE-DISTANCEMATRIX-API
- google distance matrix additional quota pricing
- Single json Api Solution for two relative Json APIs
- Google Distance matrix for work is giving me invalid request when signing request with clientId and crypto key
- Unable to build a bicycle route in Google maps
- Google API Error OVER_QUERY_LIMIT & Empty Dashboard
- How to calculate distance for multiple destination php
- Is there a way to achieve something similar to Google Maps Distance Matrix API using React Native Maps?
- How to implement the Google Distance Matrix API in Java without using the HTTP request method
- Should Google Map give identical results as the Distance Matrix API for the exact same origin/destination pair entered with GPS coordinates?
- What is the limit of destinations in Google Maps Distance Matrix Api?
- Get arrival time without departure time
- How to show message that if user lat long is outside 200 meters from specific location lat long using google matrix api
- Google API | Distance Matrix
- Is Air Travel Supported on this API?
- Am I returning my current location correctly?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?