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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET