ee.data.getTileUrl

Generate a URL for map tiles from a Map ID and coordinates. If formatTileUrl is not present, we generate it by using or guessing the urlFormat string, and add urlFormat and formatTileUrl to id for future use.

Returns the tile URL.

UsageReturns
ee.data.getTileUrl(id, x, y, z)String
ArgumentTypeDetails
idRawMapIdThe Map ID to generate tiles for.
xNumberThe tile x coordinate.
yNumberThe tile y coordinate.
zNumberThe tile zoom level.