Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 498 Bytes

Point.md

File metadata and controls

23 lines (11 loc) · 498 Bytes

Point

A GeoJson Point geometry object.

Properties

Name Type Description Notes
type TypeEnum
coordinates List<BigDecimal> A GeoJson Position in the format `[longitude,latitude]`.

Enum: TypeEnum

Name Value
POINT "Point"