MapsRenderingClient.GetCopyrightForWorld(Boolean, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serve copyright information for Render Tile service. In addition to basic copyright for the whole map, API is serving specific groups of copyrights for some countries. Returns the copyright information for the world. To obtain the default copyright information for the whole world, do not specify a tile or bounding box.
public virtual Azure.Response<Azure.Maps.Rendering.RenderCopyright> GetCopyrightForWorld (bool includeText = true, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCopyrightForWorld : bool * System.Threading.CancellationToken -> Azure.Response<Azure.Maps.Rendering.RenderCopyright>
override this.GetCopyrightForWorld : bool * System.Threading.CancellationToken -> Azure.Response<Azure.Maps.Rendering.RenderCopyright>
Public Overridable Function GetCopyrightForWorld (Optional includeText As Boolean = true, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RenderCopyright)
Parameters
- includeText
- Boolean
Boolean value to include or exclude textual data from response. If false
, only images and country names will be in response.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Azure SDK for .NET