MapBoxProvider class

Implemented types

Constructors

MapBoxProvider.new({required String secretKey, required String userId, required String tileSetId})

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseCircleMarkers(List<CircleMarker> marker) List<CircleMarker<Object>>
override
parseHeatmap(List<HeatmapConfig> heatmap) List<HeatmapConfig>
override
parseMarkers(List<CustomMarker> marker) List<Marker>
override
parsePolyLines(List<PolyLineLayer> polyLine) List<Polyline<Object>>
override
toString() String
A string representation of this object.
inherited

Operators

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