Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 884 Bytes

Feature.md

File metadata and controls

15 lines (11 loc) · 884 Bytes

Feature

GeoJSon 'Feature' object

Properties

Name Type Required Description
geometry Optional[Geometry] No
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).
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.
bbox Optional[BBox] No
type Literal["Feature"] Yes None

[Back to Model list] [Back to API list] [Back to README]