Uses of Class
com.azure.maps.render.models.MapTileSize
Packages that use MapTileSize
Package
Description
Package containing the data models for RenderClient.
-
Uses of MapTileSize in com.azure.maps.render.models
Fields in com.azure.maps.render.models declared as MapTileSizeModifier and TypeFieldDescriptionstatic final MapTileSize
MapTileSize.SIZE_256
Return a 256 by 256 pixel tile.static final MapTileSize
MapTileSize.SIZE_512
Return a 512 by 512 pixel tile.Methods in com.azure.maps.render.models that return MapTileSizeModifier and TypeMethodDescriptionstatic MapTileSize
MapTileSize.fromString
(String name) Creates or finds a MapTileSize from its string representation.MapTileOptions.getMapTileSize()
get map tile sizeMethods in com.azure.maps.render.models that return types with arguments of type MapTileSizeModifier and TypeMethodDescriptionstatic Collection
<MapTileSize> MapTileSize.values()
Gets known MapTileSize values.Methods in com.azure.maps.render.models with parameters of type MapTileSizeModifier and TypeMethodDescriptionMapTileOptions.setMapTileSize
(MapTileSize mapTileSize) set map tile size