Udostępnij przez


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

Name Description
Geometry

A valid GeoJSON geometry collection object. Please refer to RFC 7946 for details.

Properties

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

Applies to