Skip to main content

Questions tagged [google-map-tiles-api]

The tag has no usage guidance.

google-map-tiles-api
-1 votes
1 answer
48 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
0 votes
0 answers
60 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
0 votes
0 answers
71 views

In Geospatial Creator, not able to understand where to put the required object as Tile are generating in 2D

I am currently working on the Geospatial Creator in Unity. I am facing some issues where in the Map which is generating after I give the latitude and longitude is in 2D, my location is Hyderabad, ...
Akash's user avatar
  • 1
2 votes
0 answers
432 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
288 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
  • 9,901
10 votes
4 answers
12k 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,660
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