GeoJsonObject Class

GeoJSON abstract class.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: MultiPolygon, Point, Polygon.

All required parameters must be populated in order to send to Azure.

Inheritance
GeoJsonObject

Constructor

GeoJsonObject(**kwargs)

Parameters

type
str or GeoJsonObjectType
Required

Required. GeoJSON object type.Constant filled by server. Possible values include: "Point", "Polygon", "MultiPolygon".