Boundary Class
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.
GeoJSON GeocodingFeature
object that describe the boundaries of a geographical area. Geometry of the feature is described with GeoJSON GeometryCollection
.
Please note, the service typically returns a GeometryCollection with Polygon or MultiPolygon sub-types.
public class Boundary
type Boundary = class
Public Class Boundary
- Inheritance
-
Boundary
Properties
FeatureType |
The type of the feature. The value depends on the data model the current feature is part of. Some data models may have an empty value. |
Geometry |
A valid |
Id |
Identifier for the feature. |
Properties |
Properties can contain any additional metadata about the |
Applies to
Azure SDK for .NET