iam4x / pokemongo-webspoof

👾 Play Pokémon Go from your Mac
2.14k stars 229 forks source link

Can't move across water. #190

Open ghost opened 8 years ago

ghost commented 8 years ago

If i try to move to USA, from Europe i get an error: Error with schedule trip , Zero Results. Same with every continent etc.

rjanja commented 8 years ago

It isn't obvious, but moving on the map or entering an address into the form doesn't change your current position. Instead it attempts to get directions to a location. Google Maps Geolocation API does not provide directions overseas. You will need to adjust your starting location (e.g. by editing the source).

ghost commented 8 years ago

Makes lots of sense now! Thanks

ra1kkonen commented 8 years ago

Same problem here. Where can I edit the starting location?

Mardaneus86 commented 8 years ago

You can always enter GPS coordinates of somewhere overseas and then navigate correctly as a workaround. However, if you make the lat or lng fields empty it will say NaN and it will no longer be adjustable. So make sure to enter a number directly instead of first clearing the box (and don't start with a minus sign only either)

ra1kkonen commented 8 years ago

Thanks for pointing me into the right direction! Seems like you have to fill in some numbers first and then enter the minus sign in front of it. The only problem I run into is that you can't fill in a dot as a decimal in the long/lat fields.

Mardaneus86 commented 8 years ago

Just make a rudimentary guess without decimals. For USA for example you could use 34 lat, -118 long. Then teleport to the exact location you need.