Implements the VehicleRentalPlace class which contains Javadoc.
| name | data type | constraints | description | 
|---|---|---|---|
| id | FeedScopedId | ||
| name | I18NString | ||
| shortName | string | ||
| longitude | number | required | |
| latitude | number | required | |
| address | string | ||
| crossStreet | string | ||
| regionId | string | ||
| postCode | string | ||
| rentalMethods | array of string | ||
| isVirtualStation | boolean | required | |
| stationArea | Geometry | ||
| capacity | number | ||
| vehicleTypeAreaCapacity | map of number | ||
| vehicleTypeDockCapacity | map of number | ||
| isValetStation | boolean | required | |
| system | VehicleRentalSystem | ||
| rentalUris | VehicleRentalStationUris | ||
| vehiclesAvailable | number | required | |
| vehiclesDisabled | number | required | |
| vehicleTypesAvailable | map of number | ||
| spacesAvailable | number | required | |
| spacesDisabled | number | required | |
| vehicleSpacesAvailable | map of number | ||
| isInstalled | boolean | required | |
| isRenting | boolean | required | |
| isReturning | boolean | required | |
| lastReported | number | ||
| allowOverloading | boolean | required | |
| isArrivingInRentalVehicleAtDestinationAllowed | boolean | required | |
| realTimeData | boolean | required | |
| stationId | string | Get the system-internal id for the place | |
| network | string | Get the id of the vehicle rental system | |
| allowDropoff | boolean | required | Does the place allow dropping off vehicles | 
| allowPickup | boolean | required | Can a vehicle be rented here | 
| floatingVehicle | boolean | required | Is the vehicle to be rented free-floating | 
| carStation | boolean | required | Should the search be continued with CAR mode after renting a vehicle | 
| arrivingInRentalVehicleAtDestinationAllowed | boolean | required | Is it possible to arrive at the destination with a rented bicycle, without dropping it off | 
Example
{
  "id" : {
    "feedId" : "...",
    "id" : "..."
  },
  "name" : { },
  "shortName" : "...",
  "longitude" : 12345.0,
  "latitude" : 12345.0,
  "address" : "...",
  "crossStreet" : "...",
  "regionId" : "...",
  "postCode" : "...",
  "rentalMethods" : [ "...", "..." ],
  "isVirtualStation" : true,
  "stationArea" : {
    "envelope" : { },
    "length" : 12345.0,
    "geometryType" : "...",
    "boundary" : { },
    "rectangle" : true,
    "centroid" : {
      "simple" : true,
      "x" : 12345.0,
      "boundaryDimension" : 12345,
      "coordinateSequence" : { },
      "coordinate" : { },
      "geometryType" : "...",
      "y" : 12345.0,
      "empty" : true,
      "dimension" : 12345,
      "coordinates" : [ { }, { } ],
      "boundary" : { },
      "numPoints" : 12345,
      "envelope" : { },
      "length" : 12345.0,
      "rectangle" : true,
      "centroid" : { },
      "interiorPoint" : { },
      "factory" : { },
      "valid" : true,
      "precisionModel" : { },
      "envelopeInternal" : { },
      "area" : 12345.0,
      "userData" : { },
      "numGeometries" : 12345,
      "SRID" : 12345
    },
    "simple" : true,
    "interiorPoint" : {
      "simple" : true,
      "x" : 12345.0,
      "boundaryDimension" : 12345,
      "coordinateSequence" : { },
      "coordinate" : { },
      "geometryType" : "...",
      "y" : 12345.0,
      "empty" : true,
      "dimension" : 12345,
      "coordinates" : [ { }, { } ],
      "boundary" : { },
      "numPoints" : 12345,
      "envelope" : { },
      "length" : 12345.0,
      "rectangle" : true,
      "centroid" : { },
      "interiorPoint" : { },
      "factory" : { },
      "valid" : true,
      "precisionModel" : { },
      "envelopeInternal" : { },
      "area" : 12345.0,
      "userData" : { },
      "numGeometries" : 12345,
      "SRID" : 12345
    },
    "factory" : {
      "precisionModel" : { },
      "SRID" : 12345,
      "coordinateSequenceFactory" : { }
    },
    "valid" : true,
    "coordinate" : {
      "y" : 12345.0,
      "z" : 12345.0,
      "x" : 12345.0,
      "m" : 12345.0,
      "valid" : true
    },
    "precisionModel" : {
      "offsetX" : 12345.0,
      "scale" : 12345.0,
      "type" : { },
      "floating" : true,
      "offsetY" : 12345.0,
      "maximumSignificantDigits" : 12345
    },
    "envelopeInternal" : {
      "width" : 12345.0,
      "area" : 12345.0,
      "minX" : 12345.0,
      "diameter" : 12345.0,
      "null" : true,
      "height" : 12345.0,
      "maxX" : 12345.0,
      "minY" : 12345.0,
      "maxY" : 12345.0
    },
    "boundaryDimension" : 12345,
    "dimension" : 12345,
    "area" : 12345.0,
    "empty" : true,
    "userData" : { },
    "numGeometries" : 12345,
    "numPoints" : 12345,
    "SRID" : 12345,
    "coordinates" : [ {
      "y" : 12345.0,
      "z" : 12345.0,
      "x" : 12345.0,
      "m" : 12345.0,
      "valid" : true
    }, {
      "y" : 12345.0,
      "z" : 12345.0,
      "x" : 12345.0,
      "m" : 12345.0,
      "valid" : true
    } ]
  },
  "capacity" : 12345,
  "vehicleTypeAreaCapacity" : {
    "property1" : 12345,
    "property2" : 12345
  },
  "vehicleTypeDockCapacity" : {
    "property1" : 12345,
    "property2" : 12345
  },
  "isValetStation" : true,
  "system" : {
    "systemId" : "...",
    "language" : "...",
    "name" : "...",
    "shortName" : "...",
    "operator" : "...",
    "url" : "...",
    "purchaseUrl" : "...",
    "startDate" : "...",
    "phoneNumber" : "...",
    "email" : "...",
    "feedContactEmail" : "...",
    "licenseUrl" : "...",
    "timezone" : "...",
    "androidApp" : {
      "storeUri" : "...",
      "discoveryUri" : "..."
    },
    "iosApp" : {
      "storeUri" : "...",
      "discoveryUri" : "..."
    }
  },
  "rentalUris" : {
    "android" : "...",
    "ios" : "...",
    "web" : "..."
  },
  "vehiclesAvailable" : 12345,
  "vehiclesDisabled" : 12345,
  "vehicleTypesAvailable" : {
    "property1" : 12345,
    "property2" : 12345
  },
  "spacesAvailable" : 12345,
  "spacesDisabled" : 12345,
  "vehicleSpacesAvailable" : {
    "property1" : 12345,
    "property2" : 12345
  },
  "isInstalled" : true,
  "isRenting" : true,
  "isReturning" : true,
  "lastReported" : 12345,
  "allowOverloading" : true,
  "isArrivingInRentalVehicleAtDestinationAllowed" : true,
  "realTimeData" : true,
  "stationId" : "...",
  "network" : "...",
  "allowDropoff" : true,
  "allowPickup" : true,
  "floatingVehicle" : true,
  "carStation" : true,
  "arrivingInRentalVehicleAtDestinationAllowed" : true
}