public interface BikeRentalDataSource
| Modifier and Type | Method and Description |
|---|---|
List<BikeRentalStation> |
getStations() |
boolean |
update()
Fetch current data about bike rental stations and availability from this source.
|
boolean update()
List<BikeRentalStation> getStations()
Copyright © 2018. All rights reserved.