Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 520 Bytes

Point.md

File metadata and controls

23 lines (11 loc) · 520 Bytes

Point

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"