Uses of Class
com.azure.maps.render.models.Copyright
Packages that use Copyright
Package
Description
Package containing the classes for RenderClient.
Package containing the data models for RenderClient.
-
Uses of Copyright in com.azure.maps.render
Methods in com.azure.maps.render that return CopyrightModifier and TypeMethodDescriptionMapsRenderClient.getCopyrightForTile
(TileIndex tileIndex, boolean includeText) Get Copyright For Tile **Applies to**: S0 and S1 pricing tiers.MapsRenderClient.getCopyrightForWorld
(boolean includeText) Get Copyright For World **Applies to**: S0 and S1 pricing tiers.MapsRenderClient.getCopyrightFromBoundingBox
(com.azure.core.models.GeoBoundingBox boundingBox, boolean includeText) Get Copyright From Bounding Box **Applies to**: S0 and S1 pricing tiers.Methods in com.azure.maps.render that return types with arguments of type CopyrightModifier and TypeMethodDescriptionMapsRenderAsyncClient.getCopyrightForTile
(TileIndex tileIndex, boolean includeText) Get Copyright For Tile **Applies to**: S0 and S1 pricing tiers.MapsRenderAsyncClient.getCopyrightForTileWithResponse
(TileIndex tileIndex, boolean includeText) Get Copyright For Tile **Applies to**: S0 and S1 pricing tiers.com.azure.core.http.rest.Response
<Copyright> MapsRenderClient.getCopyrightForTileWithResponse
(TileIndex tileIndex, boolean includeText, com.azure.core.util.Context context) Get Copyright For Tile Copyrights With Response API is designed to serve copyright information for Render Tile service with response.MapsRenderAsyncClient.getCopyrightForWorld
(boolean includeText) Get Copyright For World **Applies to**: S0 and S1 pricing tiers.MapsRenderAsyncClient.getCopyrightForWorldWithResponse
(boolean includeText) Get Copyright For World **Applies to**: S0 and S1 pricing tiers.com.azure.core.http.rest.Response
<Copyright> MapsRenderClient.getCopyrightForWorldWithResponse
(boolean includeText, com.azure.core.util.Context context) Get Copyright For World Copyrights with response API is designed to serve copyright information with response for Render Tile service.MapsRenderAsyncClient.getCopyrightFromBoundingBox
(com.azure.core.models.GeoBoundingBox boundingBox, boolean includeText) Get Copyright From Bounding Box **Applies to**: S0 and S1 pricing tiers.MapsRenderAsyncClient.getCopyrightFromBoundingBoxWithResponse
(com.azure.core.models.GeoBoundingBox boundingBox, boolean includeText) Get Copyright From Bounding Box **Applies to**: S0 and S1 pricing tiers.com.azure.core.http.rest.Response
<Copyright> MapsRenderClient.getCopyrightFromBoundingBoxWithResponse
(com.azure.core.models.GeoBoundingBox boundingBox, boolean includeText, com.azure.core.util.Context context) Get Copyright From Bounding Box Returns copyright information for a given bounding box with response. -
Uses of Copyright in com.azure.maps.render.models
Methods in com.azure.maps.render.models that return Copyright