Skip to content

Files

Latest commit

tmoskovitchzacmos
tmoskovitch
and
Jun 16, 2022
a7d8da3 · Jun 16, 2022

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"