rubenvereecken / pokemongo-api

Pokemon Go API for Python
Other
358 stars 120 forks source link

Question about use of coordinates. #104

Closed reteps closed 8 years ago

reteps commented 8 years ago

How do you use coordinates as the location?

dmadisetti commented 8 years ago

Just pass it in, and it should be fine. We use the Google api to grab the initial coords- and after that we just hold on to it locally unless you purposefully evoke a change.

reteps commented 8 years ago

Thanks