Boundary Class

Definition

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 GeoJSON geometry collection object. Please refer to RFC 7946 for details.

Id

Identifier for the feature.

Properties

Properties can contain any additional metadata about the Feature. Value can be any JSON object or a JSON null value.

Applies to