GeoJsonObject Data Type

Abstract Type
Subtypes
GeometryCollection, MultiLineString, Point, Feature, Polygon, LineString, MultiPoint, FeatureCollection, MultiPolygon, Geometry
Implemented Interfaces
Serializable
Properties
name data type description
type string The JSON object type.
crs Crs
bbox array of number

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "type" : "...",
  "crs" : {
    "properties" : {
      "property1" : { },
      "property2" : { }
    },
    "type" : "link"
  },
  "bbox" : [ 12345.0, 12345.0 ]
}