# Point A [GeoJson Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) geometry object. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | [**TypeEnum**](#TypeEnum) | | **coordinates** | **List<BigDecimal>** | A [GeoJson Position](https://tools.ietf.org/html/rfc7946#section-3.1.1) in the format `[longitude,latitude]`. | ## Enum: TypeEnum Name | Value ---- | ----- POINT | "Point"