GeocodingBatchRequestItem.BoundingBox Property
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.
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