GBFSData Data Type

Implemented Interfaces
Serializable
Properties
name data type description
geofencing_zones GBFSGeofencingZones__1
geofencing_zones GBFSGeofencingZones__1

Example

{
  "geofencing_zones" : {
    "type" : "FEATURE_COLLECTION",
    "features" : [ {
      "type" : "FEATURE",
      "properties" : { },
      "geometry" : { },
      "extension1" : "...",
      "extension2" : "..."
    }, {
      "type" : "FEATURE",
      "properties" : { },
      "geometry" : { },
      "extension1" : "...",
      "extension2" : "..."
    } ],
    "extension1" : "...",
    "extension2" : "..."
  },
  "extension1" : "...",
  "extension2" : "..."
}