tejado / pgoapi

Pokemon Go API lib
Other
1.4k stars 445 forks source link

set_position not in wiki #179

Open Vlek opened 8 years ago

Vlek commented 8 years ago

Considering one necessarily has to use the function to log in, it's really important that it be added to the wiki and its parameters explained. It appears to want up to four parameters, but it will accept at least three: Lat, Long, and Alt.

elliottcarlson commented 8 years ago

It is kinda of referenced in the Usage page of the Wiki - though it could probably have a bit more of an explanation. It is however not an external call like the other API calls, but an internal helper method to set your position. It only accepts three parameters (self is a reference to the current instance of the class and not an additional argument that gets passed on when calling set_position).