Contents

urlTemplate

A string, or callback function that returns a string, with a URL that provides the requested tile.

Declaration

get urlTemplate(): TileOverlayUrlTemplate;
set urlTemplate(urlTemplate: TileOverlayUrlTemplate);

Discussion

MapKit JS sets the urlTemplate in the tile overlay constructor, and accesses or overrides it on the TileOverlay object directly.

Topics

See Also

Customizing the tile overlay