GeoJsonPoint interface

A valid GeoJSON Point geometry type. Please refer to RFC 7946 for details.

Extends

Properties

type

Inherited Properties

coordinates

A Position is an array of numbers with two or more elements. The first two elements are longitude and latitude, precisely in that order. Altitude/Elevation is an optional third element. Please refer to RFC 7946 for details.

Property Details

type

type: "Point"

Property Value

"Point"

Inherited Property Details

coordinates

A Position is an array of numbers with two or more elements. The first two elements are longitude and latitude, precisely in that order. Altitude/Elevation is an optional third element. Please refer to RFC 7946 for details.

coordinates: number[]

Property Value

number[]

Inherited From GeoJsonPointData.coordinates