Point Data Type

Implemented Interfaces
Serializable
Properties
name data type description
coordinates LngLatAlt
Properties inherited from GeoJsonObject
type string The JSON object type.
crs Crs
bbox array of number

Example

{
  "coordinates" : {
    "longitude" : 12345.0,
    "altitude" : 12345.0,
    "additionalElements" : [ 12345.0, 12345.0 ],
    "latitude" : 12345.0
  },
  "type" : "Point",
  "crs" : {
    "properties" : {
      "property1" : { },
      "property2" : { }
    },
    "type" : "name"
  },
  "bbox" : [ 12345.0, 12345.0 ]
}