Point
June 16, 2022 ยท View on GitHub
A GeoJson Point geometry object.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| coordinates | List<BigDecimal> | A GeoJson Position in the format `[longitude,latitude]`. | |
| type | TypeEnum |
Enum: TypeEnum
| Name | Value |
|---|---|
| POINT | "Point" |
June 16, 2022 ยท View on GitHub
A GeoJson Point geometry object.
| Name | Type | Description | Notes |
|---|---|---|---|
| coordinates | List<BigDecimal> | A GeoJson Position in the format `[longitude,latitude]`. | |
| type | TypeEnum |
| Name | Value |
|---|---|
| POINT | "Point" |