Condividi tramite


GeocodingBatchRequestItem.BoundingBox Property

Definition

A rectangular area on the earth defined as a bounding box object. The sides of the rectangles are defined by longitude and latitude values. For more information, see Location and Area Types. When you specify this parameter, the geographical area is taken into account when computing the results of a location query.

Example: GeoBoundingBox(west, south, east, north)

public Azure.Core.GeoJson.GeoBoundingBox BoundingBox { get; set; }
member this.BoundingBox : Azure.Core.GeoJson.GeoBoundingBox with get, set
Public Property BoundingBox As GeoBoundingBox

Property Value

Applies to