GBFSData Data Type

Implemented Interfaces
Serializable
Properties
name data type description
stations array of GBFSStation

Example

{
  "stations" : [ {
    "station_id" : "...",
    "name" : "...",
    "short_name" : "...",
    "lat" : 12345.0,
    "lon" : 12345.0,
    "address" : "...",
    "cross_street" : "...",
    "post_code" : "...",
    "rental_methods" : [ "PAYPASS", "KEY" ],
    "is_virtual_station" : true,
    "capacity" : 12345.0,
    "vehicle_type_capacity" : {
      "extension1" : "...",
      "extension2" : "..."
    },
    "region_id" : "...",
    "station_area" : {
      "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" : "..."
    },
    "vehicle_capacity" : {
      "extension1" : "...",
      "extension2" : "..."
    },
    "is_valet_station" : true,
    "rental_uris" : {
      "android" : "...",
      "ios" : "...",
      "web" : "...",
      "extension1" : "...",
      "extension2" : "..."
    },
    "extension1" : "...",
    "extension2" : "..."
  }, {
    "station_id" : "...",
    "name" : "...",
    "short_name" : "...",
    "lat" : 12345.0,
    "lon" : 12345.0,
    "address" : "...",
    "cross_street" : "...",
    "post_code" : "...",
    "rental_methods" : [ "TRANSITCARD", "PHONE" ],
    "is_virtual_station" : true,
    "capacity" : 12345.0,
    "vehicle_type_capacity" : {
      "extension1" : "...",
      "extension2" : "..."
    },
    "region_id" : "...",
    "station_area" : {
      "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" : "..."
    },
    "vehicle_capacity" : {
      "extension1" : "...",
      "extension2" : "..."
    },
    "is_valet_station" : true,
    "rental_uris" : {
      "android" : "...",
      "ios" : "...",
      "web" : "...",
      "extension1" : "...",
      "extension2" : "..."
    },
    "extension1" : "...",
    "extension2" : "..."
  } ],
  "extension1" : "...",
  "extension2" : "..."
}