PTC / Google Login
Get Map Objects and Inventory
Live map showing Pokéstops and farming path
Search for Pokéstop
Farm Pokéstops
Farm all Pokémon in the neighbourhood
Evolve Pokémon
Transfer Pokémon
Powerup Pokémon
Auto-Recycle uneeded items
View all Pokémon CP/IV %
Transfer/Powerup/Evolve Pokémon
Output level and needed XP for levelup
Output Username, Level, Stardust, XP/hour, Pokémon/hour in Console Title
Automatic use of Razzberries
Automatic incubation
And more!
Changes
- Google Directions API added
- UI elements to handle routing services
- Fixed maxDistance for non-Discovery pathing
- Fixed MapzenAPI usage, reduced it's usage per second
- Fixed not to catch pokemon checkbox
- Fixed google/ptc switch
- Proper level label update in the bot's list
- Minor UI and code fixes
Don't forget to grab a Google Directions API Key to get it to work.
How-To use Google Directions API
Here is the link to dev console: https://console.developers.google.co...r/apis/enabled
Guide: https://developers.google.com/maps/d...ipt/directions Key type: server At the start bot select 20 pokestops to build a route from, he send request to build a route trough them to Google Directions API, then he starts to move through it. 20 pokestops is being selected in case to reduce API key usage, which is limited up to 2500 requests per day.
Green line on the map - pokestops to optimize, in the order
Red line - route from Google Directions API
About Mapzen
Mapzen API not being used for Routing, it's for ELEVATION level, Altitude, you need it to get it in proper bounds. You should keep it on, if you want to have real altitude levels.
THANKS TO [MPGH]Justin FOR THIS INFO. AND SORRY FOR NOT ADDING THIS.