pgoapi
pgoapi copied to clipboard
set_position not in wiki
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.
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).