Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
227 views

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
186 views

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
831 views

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
336 views

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.3k
12 votes
4 answers
16k views

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,770
5 votes
2 answers
7k views

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