MapUriTileMapLayer Class

Display tiles based on developer-supplied URLs.

Android

class UriTileMapLayer extends MapLayer

iOS

@interface MSMapUriTileMapLayer : MSMapLayer

Properties

UriFormatString

The URI format template to use. See this article for acceptable tokens that get replaced.

Android

string getUriFormatString()
void setUriFormatString(string uriFormatString)

iOS

@property (nonatomic) NSString *uriFormatString

See Also

MapLayer