MapBoxProvider class
- Implemented types
-
- BaseParser<
Marker, CircleMarker< Object> , Polyline<Object> , HeatmapConfig>
- BaseParser<
Constructors
- MapBoxProvider.new({required String secretKey, required String userId, required String tileSetId})
Properties
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