GBFSFeature Data Type

Implemented Interfaces
Serializable
Properties
name data type description
type Type
properties GBFSProperties
geometry GBFSGeometry

Example

{
  "type" : "FEATURE",
  "properties" : {
    "name" : "...",
    "start" : 12345.0,
    "end" : 12345.0,
    "rules" : [ {
      "ride_allowed" : true,
      "ride_through_allowed" : true,
      "vehicle_type_id" : [ "...", "..." ],
      "maximum_speed_kph" : 12345.0,
      "extension1" : "...",
      "extension2" : "..."
    }, {
      "ride_allowed" : true,
      "ride_through_allowed" : true,
      "vehicle_type_id" : [ "...", "..." ],
      "maximum_speed_kph" : 12345.0,
      "extension1" : "...",
      "extension2" : "..."
    } ],
    "extension1" : "...",
    "extension2" : "..."
  },
  "geometry" : {
    "type" : "MULTI_POLYGON",
    "coordinates" : [ [ [ [ 12345.0, 12345.0 ], [ 12345.0, 12345.0 ] ], [ [ 12345.0, 12345.0 ], [ 12345.0, 12345.0 ] ] ], [ [ [ 12345.0, 12345.0 ], [ 12345.0, 12345.0 ] ], [ [ 12345.0, 12345.0 ], [ 12345.0, 12345.0 ] ] ] ],
    "extension1" : "...",
    "extension2" : "..."
  },
  "extension1" : "...",
  "extension2" : "..."
}