Dela via


MapsRenderingClient.GetCopyrightFromBoundingBox Method

Definition

Returns copyright information for a given bounding box. Bounding-box requests should specify the minimum and maximum longitude and latitude (EPSG-3857) coordinates

public virtual Azure.Response<Azure.Maps.Rendering.RenderCopyright> GetCopyrightFromBoundingBox (Azure.Core.GeoJson.GeoBoundingBox geoBoundingBox, bool includeText = false, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCopyrightFromBoundingBox : Azure.Core.GeoJson.GeoBoundingBox * bool * System.Threading.CancellationToken -> Azure.Response<Azure.Maps.Rendering.RenderCopyright>
override this.GetCopyrightFromBoundingBox : Azure.Core.GeoJson.GeoBoundingBox * bool * System.Threading.CancellationToken -> Azure.Response<Azure.Maps.Rendering.RenderCopyright>
Public Overridable Function GetCopyrightFromBoundingBox (geoBoundingBox As GeoBoundingBox, Optional includeText As Boolean = false, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RenderCopyright)

Parameters

geoBoundingBox
GeoBoundingBox

Minimum coordinates (west, south, east, north) of bounding box in latitude longitude coordinate system. E.g. GeoBoundingBox(4.84228, 52.41064, 4,84923, 52.41762).

includeText
Boolean

Boolean value to include or exclude textual data from response. Iㄑfalse, only images and country names will be in response.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

geoBoundingBox is null.

Applies to