Uses of Class
com.azure.maps.render.models.MapTileset
Packages that use MapTileset
Package
Description
Package containing the classes for RenderClient.
Package containing the data models for RenderClient.
-
Uses of MapTileset in com.azure.maps.render
Methods in com.azure.maps.render that return MapTilesetModifier and TypeMethodDescriptionMapsRenderClient.getMapTileset
(TilesetId tilesetId) Get Map TilesetMethods in com.azure.maps.render that return types with arguments of type MapTilesetModifier and TypeMethodDescriptionMapsRenderAsyncClient.getMapTileset
(TilesetId tilesetId) Get Map Tileset The Get Map Tileset API allows users to request metadata for a tileset.Mono
<com.azure.core.http.rest.Response<MapTileset>> MapsRenderAsyncClient.getMapTilesetWithResponse
(TilesetId tilesetId) Get Map Tileset The Get Map Tileset API allows users to request metadata for a tileset.com.azure.core.http.rest.Response
<MapTileset> MapsRenderClient.getMapTilesetWithResponse
(TilesetId tilesetId, com.azure.core.util.Context context) Get Map Tileset The Get Map Tileset API allows users to request metadata for a tileset. -
Uses of MapTileset in com.azure.maps.render.models
Methods in com.azure.maps.render.models that return MapTilesetModifier and TypeMethodDescriptionstatic MapTileset
MapTileset.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MapTileset from the JsonReader.MapTileset.setAttribution
(String attribution) Set the attribution property: Copyright attribution to be displayed on the map.Set the data property: An array of data files in GeoJSON format.MapTileset.setDescription
(String description) Set the description property: Text description of the tileset.Set the grids property: An array of interactivity endpoints.Set the legend property: A legend to be displayed with the map.MapTileset.setMaxZoom
(Integer maxZoom) Set the maxZoom property: The maximum zoom level.MapTileset.setMinZoom
(Integer minZoom) Set the minZoom property: The minimum zoom level.Set the name property: A name describing the tileset.Set the scheme property: Default: "xyz".MapTileset.setTemplate
(String template) Set the template property: A mustache template to be used to format data from grids for interaction.MapTileset.setTilejson
(String tilejson) Set the tilejson property: Describes the version of the TileJSON spec that is implemented by this JSON object.Set the tiles property: An array of tile endpoints.MapTileset.setVersion
(String version) Set the version property: A semver.org style version number for the tiles contained within the tileset.