mapbox / mapbox-maps-android

Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL.
https://www.mapbox.com/mobile-maps-sdk
Other
478 stars 135 forks source link

TileOverlay alternative #2421

Open gor-davoyan opened 4 months ago

gor-davoyan commented 4 months ago

New Feature

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.

Why

Is there an alternative for this point?