Open gor-davoyan opened 4 months ago
With the Google Maps API for Android, you create a TileOverlay with an UrlTileProvider whose getTileURL(int, int, int) takes x, y, and zoom and returns a URL.
TileOverlay
UrlTileProvider
getTileURL(int, int, int)
x
y
zoom
URL
Is there an alternative for this point?
New Feature
With the Google Maps API for Android, you create a
TileOverlay
with anUrlTileProvider
whosegetTileURL(int, int, int)
takesx
,y
, andzoom
and returns aURL
.Why
Is there an alternative for this point?