Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
-1 votes
1 answer
194 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&...
sugar baron's user avatar
1 vote
0 answers
148 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 (...
villszer's user avatar
2 votes
0 answers
721 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 ...
pam's user avatar
  • 676
1 vote
0 answers
306 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....
Dirk's user avatar
  • 10.2k
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 ...
LoMaPh's user avatar
  • 1,720
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 ...
rereradu's user avatar
  • 334