-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Destination indicator and line #71
Comments
Yeah, I don't like the pokemon trainer icons, they seems a bit to much. |
I don't even know what you are asking. |
An icon indicating what position the bot is walking to, specifically what Pokestop. |
It may be possible if we can get data of where the bot is heading to. In the bot (I'm using the dev branch of PokemonGoF-Bot), it outputs which fort the bot is heading to. Either way, this may require WebSocket implementation. Unless the bot decides to store where it's heading to in the JSON file. |
Title pretty much says it all.
Either a circle that's bigger than the pokestop icon or a dot that's not intrusive for the eye, and maybe a slightly transparent line towards the circle/dot using
google.maps.Polyline()
. [Google Dev]Idea just popped, but I'll see if I can spare some time to do it tomorrow.
EDIT: I guess the Polylines can be used to incorporate a repeating route feature to the bot
The text was updated successfully, but these errors were encountered: