BikeRentalStation |
UIPBikeRentalDataSource.makeStation(com.fasterxml.jackson.databind.JsonNode rentalStationNode)
Bike-rental station data source for: http://urbaninfrastructure.no/
API description: https://developer.oslobysykkel.no/api
|
BikeRentalStation |
CitiBikeNycBikeRentalDataSource.makeStation(com.fasterxml.jackson.databind.JsonNode stationNode) |
BikeRentalStation |
JCDecauxBikeRentalDataSource.makeStation(com.fasterxml.jackson.databind.JsonNode node)
JSON JCDecaux API v1 format:
|
BikeRentalStation |
SanFranciscoBayAreaBikeRentalDataSource.makeStation(com.fasterxml.jackson.databind.JsonNode stationNode) |
BikeRentalStation |
BicimadBikeRentalDataSource.makeStation(com.fasterxml.jackson.databind.JsonNode node) |
BikeRentalStation |
ShareBikeRentalDataSource.makeStation(com.fasterxml.jackson.databind.JsonNode rentalStationNode)
ShareBike format http://www.sharebike.com/
URL for configuration:
http://map.webservice.sharebike.com:8888/json/MapService/LiveStationData?
APIKey=&SystemID=
Currently used in Norway (Oslo, Trondheim, Drammen) , Barcelona, Mexico
City, Milan, Stockholm, Antwerpen among others
|
BikeRentalStation |
BCycleBikeRentalDataSource.makeStation(com.fasterxml.jackson.databind.JsonNode kioskNode) |
BikeRentalStation |
SmooveBikeRentalDataSource.makeStation(com.fasterxml.jackson.databind.JsonNode node)
{
"result" : [
{
"name" : "004 Hamn",
"operative" : true,
"coordinates" : "60.167913,24.952269",
"style" : "",
"avl_bikes" : 1,
"free_slots" : 11,
"total_slots" : 12,
},
...
|
abstract BikeRentalStation |
GenericJsonBikeRentalDataSource.makeStation(com.fasterxml.jackson.databind.JsonNode rentalStationNode) |
BikeRentalStation |
KeolisRennesBikeRentalDataSource.makeStation(Map<String,String> attributes) |
BikeRentalStation |
GenericKmlBikeRentalDataSource.makeStation(Map<String,String> attributes) |
BikeRentalStation |
OVFietsKMLDataSource.makeStation(Map<String,String> attributes) |
BikeRentalStation |
VCubDataSource.makeStation(Map<String,String> attributes) |
BikeRentalStation |
BixiBikeRentalDataSource.makeStation(Map<String,String> attributes) |
abstract BikeRentalStation |
GenericXmlBikeRentalDataSource.makeStation(Map<String,String> attributes) |
BikeRentalStation |
NextBikeRentalDataSource.makeStation(Map<String,String> attributes) |