public class KmlBikeParkDataSource extends Object implements BikeParkDataSource, JsonConfigurable
Constructor and Description |
---|
KmlBikeParkDataSource() |
Modifier and Type | Method and Description |
---|---|
void |
configure(Graph graph,
com.fasterxml.jackson.databind.JsonNode config) |
List<BikePark> |
getBikeParks() |
void |
setUrl(String url) |
String |
toString() |
boolean |
update()
Update the data from the source;
|
public boolean update()
update
in interface BikeParkDataSource
public List<BikePark> getBikeParks()
getBikeParks
in interface BikeParkDataSource
public void configure(Graph graph, com.fasterxml.jackson.databind.JsonNode config)
configure
in interface JsonConfigurable
public void setUrl(String url)
Copyright © 2018. All rights reserved.