TankerkoenigApi class

Dart implementation for the Tankerkönig API

Constructors

TankerkoenigApi(String apikey)
Acces the german patrol station api Tankerkönig
const

Properties

apikey String
final
hashCode int
The hash code for this object.
no setterinherited
host String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getStationsByIds(String ids, LatLng location) Future<TankerkoenigStationByIdsCodeResponse>
getStationsByPostalCode(int postalCode) Future<TankerkoenigStationByPostalCodeResponse>
getStationsByRadius(LatLng location, int radius) Future<TankerkoenigStationByRadiusResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
wrongBrand(String id, String brand) Future<int>
wrongClosedStatus(String id) Future<int>
wrongHouseNumber(String id, String houseNumber) Future<int>
wrongLocation(String id, LatLng location) Future<int>
wrongName(String id, String name) Future<int>
wrongOpenStatus(String id) Future<int>
wrongPlace(String id, String place) Future<int>
wrongPostalCode(String id, String postalCode) Future<int>
wrongPriceDiesel(String id, double price) Future<int>
wrongPriceE10(String id, double price) Future<int>
wrongPriceE5(String id, double price) Future<int>
wrongStreet(String id, String street) Future<int>

Operators

operator ==(Object other) bool
The equality operator.
inherited