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