FleetMapClient class abstract

Client that returns map information.

Implementers

Constructors

FleetMapClient()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userAgent String
Should return a useable user agent for map tile requests
no setter

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