MapBoxSDKParser class

Implemented types
  • BaseParser<PointAnnotationOptions, CircleAnnotationOptions, PolylineAnnotationOptions, HeatmapLayer>

Constructors

MapBoxSDKParser.new(double zoomLevel)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zoomLevel double
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseCircleMarkers(List<CircleMarker> markers) List<CircleAnnotationOptions>
override
parseHeatmap(List<HeatmapConfig> heatmap) List<HeatmapLayer>
override
parseMarkers(List<CustomMarker> markers) List<PointAnnotationOptions>
override
parseMarkersToAnnotations(List<CustomMarker> markers) Future<List<PointAnnotationOptions>>
parsePolyLines(List<PolyLineLayer> polyLines) List<PolylineAnnotationOptions>
override
setZoomLevel(double zoomLevel) → void
toString() String
A string representation of this object.
inherited

Operators

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