6 questions
-1
votes
1
answer
171
views
How to use google map tiles with MapKit?
I need to attach google map tiles as MKTileOverlay to MapKit.
Google documentation tells me to use url template like "https://tile.googleapis.com/tile/v1/viewport?session=YOUR_SESSION_TOKEN&...
1
vote
0
answers
139
views
Google map tiles with leaflet on safari IOS won't load
I have replaced openstreetmap tile layers with google's tile layer in my leaflet web app.
It is working great on android ( every browser ) and on windows ( every browser ) but it does not work on IOS (...
2
votes
0
answers
686
views
IconLayer in deck.gl not staying anchored to specific latitude/longitude when navigating a 3D map
I am currently using deck.gl to render a 3D map using Tile3DLayer. Additionally, I am using an IconLayer to overlay an icon on the map. My expectation is for the icon to remain anchored to a specific ...
1
vote
0
answers
301
views
Google Map Tiles API - 403 Permission Denied [duplicate]
I am trying to integrate the Google Map Tiles API into my web application. I've followed all prerequisite steps for setting up my account, project, billing, activating the API, and creating an API key....
11
votes
4
answers
15k
views
How to apply API key to Google Maps Tile server URL?
I want to use Google Maps Tile server URL inside an application.
I'm using the URL
https://mt0.google.com/vt/lyrs=s&hl=en&x={x}&y={y}&z={z}&s=Ga
and it is working fine.
The ...
5
votes
2
answers
6k
views
How do I enable Google Maps Tile API?
I found out from here that there is a Google Maps Tile API (official documentation here).
However, I can't seem to find a way to enable this API.
Except for the link found in the question mentioned ...