Aracılığıyla paylaş


MapsRenderingClient.GetCopyrightForWorld(Boolean, CancellationToken) Method

Definition

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