MapsRenderingClient.GetCopyrightCaption(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. As an alternative to copyrights for map request, one can receive captions for displaying the map provider information on the map.
public virtual Azure.Response<Azure.Maps.Rendering.CopyrightCaption> GetCopyrightCaption (System.Threading.CancellationToken cancellationToken = default);
abstract member GetCopyrightCaption : System.Threading.CancellationToken -> Azure.Response<Azure.Maps.Rendering.CopyrightCaption>
override this.GetCopyrightCaption : System.Threading.CancellationToken -> Azure.Response<Azure.Maps.Rendering.CopyrightCaption>
Public Overridable Function GetCopyrightCaption (Optional cancellationToken As CancellationToken = Nothing) As Response(Of CopyrightCaption)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET