FleetMapClient class abstract
Client that returns map information.
- Implementers
Constructors
- FleetMapClient()
-
const
Properties
Methods
-
getMapUrlTemplate(
Brightness brightness) → String - Should return a map url template
-
getWeatherLayerUrlTemplate(
{required String layer, double opacity = 0.8, Map< double, Color> palette = const {}}) → String - Should return the weather layer url template.
-
logMapTileLoad(
{required FleetMapLayer layer, required num x, required num y, required num z}) → Future< void> - Should log the map tile load event
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited