Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GPS Location
#1
I have a program that gathers GPS location data and I would like to be able to find the nearest x to that location. For example given coordinates [x.xxxx, -x.xxxx] find the address of the nearest Walmart or something along those lines. Is that something that's possible to do?
Reply
#2
Most stores (of any size) have an api to get loction, for walmart it's: https://developer.walmartlabs.com/docs/r...ocator_API
you can also find a place using: https://developers.google.com/places/web...ceRequests
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020