We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, first I would like to thank you for your work.
(everything working perfect with BingMapsProvider).
I'm having issuse to fetch google maps tiles this is my code: const googleProvider = new Geo.GoogleMapsProvider(GOOGLE_MAPS_API_KEY).
I saw the createSession fails, the google maps API key is valid with tiles enable. Mabye I'm doing something worng? thanks for any help
** according to google maps docs: https://developers.google.com/maps/documentation/tile/roadmap geo three createSession fetch: const address = 'https://www.googleapis.com/tile/v1/createSession?key=' + this.apiToken;
what google shows: "https://tile.googleapis.com/v1/createSession?key=YOUR_API_KEY"
curl -X POST -d '{ "mapType": "roadmap", "language": "en-US", "region": "US" }' -H 'Content-Type: application/json' "https://tile.googleapis.com/v1/createSession?key=YOUR_API_KEY"
I think they have change the API address, I succeeded to fetch it from my browser and create session with the new adress
The text was updated successfully, but these errors were encountered:
Hello
I have to validate this with my account, its possible that the API has changed in the meanwhile since i created the provider code.
Sorry, something went wrong.
Happening to me too.
No branches or pull requests
Hello, first I would like to thank you for your work.
(everything working perfect with BingMapsProvider).
I'm having issuse to fetch google maps tiles
this is my code:
const googleProvider = new Geo.GoogleMapsProvider(GOOGLE_MAPS_API_KEY).
I saw the createSession fails, the google maps API key is valid with tiles enable.
Mabye I'm doing something worng? thanks for any help
** according to google maps docs: https://developers.google.com/maps/documentation/tile/roadmap
geo three createSession fetch:
const address = 'https://www.googleapis.com/tile/v1/createSession?key=' + this.apiToken;
what google shows:
"https://tile.googleapis.com/v1/createSession?key=YOUR_API_KEY"
curl -X POST -d '{
"mapType": "roadmap",
"language": "en-US",
"region": "US"
}'
-H 'Content-Type: application/json'
"https://tile.googleapis.com/v1/createSession?key=YOUR_API_KEY"
I think they have change the API address, I succeeded to fetch it from my browser and create session with the new adress
The text was updated successfully, but these errors were encountered: