Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 992 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 992 Bytes

AddressDistanceCalculator

Create Addresses and Calculate the distance between them using Coordinates and APIs

image

  • Air Distance working completely
  • Car Distance sometimes picking similar Addresses instead of correct one

APIs used

API NR1 MAPQUEST (MAX 15.000 Request a month for free)

https://developer.mapquest.com/documentation/
Used for: Getting Driving Distance
Get API_KEY at https://developer.mapquest.com/user/login

API NR2 NOMINATIM OPENSTREET (Unlimited Request, No API_KEY)

https://nominatim.openstreetmap.org/ui/search.html
Used for: Getting Coordinates

Please read the TOS (Terms of Service) from both APIs before using this code

This project has been created just to prove a theory. Although the code is documented, you shouldn't expect the code to run efficient.