GeoJsonMultiPoint interface
GeoJSON MultiPoint. Reference
- Extends
Properties
coordinates | For type "MultiPoint", the "coordinates" member is an array of positions. |
type | Representing the type of this GeoJSON object, including the seven geometry type and "Feature", "FeatureCollection". Reference |
Inherited Properties
bbox | Include information on the coordinate range for its Geometries, Features, or FeatureCollections. Reference |
Property Details
coordinates
For type "MultiPoint", the "coordinates" member is an array of positions.
coordinates: Position[]
Property Value
Position[]
type
Representing the type of this GeoJSON object, including the seven geometry type and "Feature", "FeatureCollection". Reference
type: "MultiPoint"
Property Value
"MultiPoint"
Inherited Property Details
bbox
Include information on the coordinate range for its Geometries, Features, or FeatureCollections. Reference
bbox?: BBox
Property Value
Inherited From GeoJsonObject.bbox
Azure SDK for JavaScript