You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**properties** | Dict[FeaturePropertyKey, Any] | Yes | A `Feature` object has a member with the name "properties". The value of the properties member is an object (any JSON object or a JSON null value). |
10
+
**id** | Optional[Any] | No | If a `Feature` has a commonly used identifier, that identifier SHOULD be included as a member of the Feature object with the name "id", and the value of this member is either a JSON string or number. |
11
+
**bbox** | Optional[BBox] | No | |
12
+
**type** | Literal["Feature"] | Yes | None |
13
+
14
+
15
+
[[Back to Model list]](../../../../README.md#models-v2-link)[[Back to API list]](../../../../README.md#apis-v2-link)[[Back to README]](../../../../README.md)
[[Back to Model list]](../../../../README.md#models-v2-link)[[Back to API list]](../../../../README.md#apis-v2-link)[[Back to README]](../../../../README.md)
[[Back to Model list]](../../../../README.md#models-v2-link)[[Back to API list]](../../../../README.md#apis-v2-link)[[Back to README]](../../../../README.md)
[[Back to Model list]](../../../../README.md#models-v2-link)[[Back to API list]](../../../../README.md#apis-v2-link)[[Back to README]](../../../../README.md)
[[Back to Model list]](../../../../README.md#models-v2-link)[[Back to API list]](../../../../README.md#apis-v2-link)[[Back to README]](../../../../README.md)
**properties** | Dict[FeaturePropertyKey, Any] | Yes | A `Feature` object has a member with the name "properties". The value of the properties member is an object (any JSON object or a JSON null value). |
10
+
**id** | NotRequired[Any] | No | If a `Feature` has a commonly used identifier, that identifier SHOULD be included as a member of the Feature object with the name "id", and the value of this member is either a JSON string or number. |
11
+
**bbox** | NotRequired[BBox] | No | |
12
+
**type** | Literal["Feature"] | Yes | None |
13
+
14
+
15
+
[[Back to Model list]](../../../../README.md#models-v2-link)[[Back to API list]](../../../../README.md#apis-v2-link)[[Back to README]](../../../../README.md)
[[Back to Model list]](../../../../README.md#models-v2-link)[[Back to API list]](../../../../README.md#apis-v2-link)[[Back to README]](../../../../README.md)
Abstract type for all GeoJSon object except Feature and FeatureCollection
4
+
5
+
This is a discriminator type and does not contain any fields. Instead, it is a union
6
+
of of the models listed below.
7
+
8
+
This discriminator class uses the `type` field to differentiate between classes.
9
+
10
+
| Class | Value
11
+
| ------------ | -------------
12
+
MultiPoint | MultiPoint
13
+
GeometryCollection | GeometryCollection
14
+
MultiLineString | MultiLineString
15
+
LineString | LineString
16
+
MultiPolygon | MultiPolygon
17
+
GeoPoint | Point
18
+
Polygon | Polygon
19
+
20
+
21
+
[[Back to Model list]](../../../../README.md#models-v2-link)[[Back to API list]](../../../../README.md#apis-v2-link)[[Back to README]](../../../../README.md)
0 commit comments