jabbink / PokemonGoBot

DEFUNCT - Bot that plays Pokemon Go
https://www.pogobot.club/
GNU General Public License v3.0
559 stars 232 forks source link

Follow Streets, Which googleApiKey? #1259

Closed chongivan closed 8 years ago

chongivan commented 8 years ago

Description: I cannot get the follow streets function to work

Steps to reproduce:

I am using "develop" branch

Included in bot-settings/default.json: "followStreets" : [ "GOOGLE" ], "googleApiKey" : "mykey",

I am using a Google Maps Android API key. Is this correct?

Here's a list of choices, which one should I be using?

Expected behavior: Bot should follow streets

Actual behavior: Bot walks in straight lines

Stacktrace (If it's a crash): Nil

Version: "version" : "0.6.0", Commit hash: 56339fb

Operating System: OS X Yosemite, Version 10.10.5

Java version: java version "1.8.0_31" Java(TM) SE Runtime Environment (build 1.8.0_31-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)

Leave this sentence in your issue as proof that you have read and used this template.

Sieberkev commented 8 years ago

If you're using GOOGLE as route provider, get an api key here: https://developers.google.com/maps/documentation/directions/get-api-key You must enable Directions API (((and Elevation API))) The key always starts with "AIza"```

Sieberkev commented 8 years ago

I'll close this since this looks solved. If you still have a question you can still reply :)