GeoJsonMultiPoint interface
A valid GeoJSON MultiPoint
geometry type. Please refer to RFC 7946 for details.
Properties
type |
Inherited Properties
coordinates | Coordinates for the |
Property Details
type
type: "MultiPoint"
Property Value
"MultiPoint"
Inherited Property Details
coordinates
Coordinates for the GeoJson MultiPoint
geometry.
coordinates: number[][]
Property Value
number[][]
Inherited From GeoJsonMultiPointData.coordinates