NextbillionMapControllerWrapper class

Inheritance

Properties

disposed bool
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
onFeatureTapped List<OnFeatureInteractionCallback>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addCircle(CircleOptions options, [Map? data]) Future<Circle?>
override
addCircleLayer(String sourceId, String layerId, CircleLayerProperties properties, {String? belowLayerId, String? sourceLayer, double? minzoom, double? maxzoom, dynamic filter, bool enableInteraction = true}) Future<void>
override
addCircles(List<CircleOptions> options, [List<Map>? data]) Future<List<Circle>?>
override
addFill(FillOptions options, [Map? data]) Future<Fill?>
override
addFillExtrusionLayer(String sourceId, String layerId, FillExtrusionLayerProperties properties, {String? belowLayerId, String? sourceLayer, double? minzoom, double? maxzoom, dynamic filter, bool enableInteraction = true}) Future<void>
override
addFillLayer(String sourceId, String layerId, FillLayerProperties properties, {String? belowLayerId, String? sourceLayer, double? minzoom, double? maxzoom, dynamic filter, bool enableInteraction = true}) Future<void>
override
addFills(List<FillOptions> options, [List<Map>? data]) Future<List<Fill>>
override
addGeoJsonSource(String sourceId, Map<String, dynamic> geojson, {String? promoteId}) Future<void>
override
addHeatmapLayer(String sourceId, String layerId, HeatmapLayerProperties properties, {String? belowLayerId, String? sourceLayer, double? minzoom, double? maxzoom}) Future<void>
override
addHillshadeLayer(String sourceId, String layerId, HillshadeLayerProperties properties, {String? belowLayerId, String? sourceLayer, double? minzoom, double? maxzoom}) Future<void>
override
addImage(String name, Uint8List bytes, [bool sdf = false]) Future<void>
override
addImageLayer(String layerId, String imageSourceId, {double? minzoom, double? maxzoom}) Future<void>
override
addImageLayerBelow(String layerId, String sourceId, String imageSourceId, {double? minzoom, double? maxzoom}) Future<void>
override
addImageSource(String imageSourceId, Uint8List bytes, LatLngQuad coordinates) Future<void>
override
addLayer(String sourceId, String layerId, LayerProperties properties, {String? belowLayerId, bool enableInteraction = true, String? sourceLayer, double? minzoom, double? maxzoom, dynamic filter}) Future<void>
override
addLine(LineOptions options, [Map? data]) Future<Line?>
override
addLineLayer(String sourceId, String layerId, LineLayerProperties properties, {String? belowLayerId, String? sourceLayer, double? minzoom, double? maxzoom, dynamic filter, bool enableInteraction = true}) Future<void>
override
addLines(List<LineOptions> options, [List<Map>? data]) Future<List<Line>?>
override
addRasterLayer(String sourceId, String layerId, RasterLayerProperties properties, {String? belowLayerId, String? sourceLayer, double? minzoom, double? maxzoom}) Future<void>
override
addSource(String sourceid, SourceProperties properties) Future<void>
override
addSymbol(SymbolOptions options, [Map? data]) Future<Symbol?>
override
addSymbolLayer(String sourceId, String layerId, SymbolLayerProperties properties, {String? belowLayerId, String? sourceLayer, double? minzoom, double? maxzoom, dynamic filter, bool enableInteraction = true}) Future<void>
override
addSymbols(List<SymbolOptions> options, [List<Map>? data]) Future<List<Symbol>?>
override
animateCamera(CameraUpdate cameraUpdate, {Duration? duration}) Future<bool?>
override
clearCircles() Future<void>
override
clearFills() Future<void>
override
clearLines() Future<void>
override
clearSymbols() Future<void>
override
dispose() → void
override
findBelowLayerId(List<String> belowAt) Future<String?>
override
forceResizeWebMap() → void
override
getCircleLatLng(Circle circle) Future<LatLng?>
override
getLineLatLngs(Line line) Future<List<LatLng>?>
override
getMetersPerPixelAtLatitude(double latitude) Future<double?>
override
getSymbolLatLng(Symbol symbol) Future<LatLng?>
override
getTelemetryEnabled() Future<bool>
override
getVisibleRegion() Future<LatLngBounds?>
override
invalidateAmbientCache() Future
override
matchMapLanguageWithDeviceDefault() Future<void>
override
moveCamera(CameraUpdate cameraUpdate) Future<bool?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryRenderedFeatures(Point<double> point, List<String> layerIds, List<Object>? filter) Future<List>
override
queryRenderedFeaturesInRect(Rect rect, List<String> layerIds, String? filter) Future<List?>
override
removeCircle(Circle circle) Future<void>
override
removeCircles(Iterable<Circle> circles) Future<void>
override
removeFill(Fill fill) Future<void>
override
removeFills(Iterable<Fill> fills) Future<void>
override
removeLayer(String layerId) Future<void>
override
removeLine(Line line) Future<void>
override
removeLines(Iterable<Line> lines) Future<void>
override
removeSource(String sourceId) Future<void>
override
removeSymbol(Symbol symbol) Future<void>
override
removeSymbols(Iterable<Symbol> symbols) Future<void>
override
requestMyLocationLatLng() Future<LatLng?>
override
resizeWebMap() → void
override
setFilter(String layerId, dynamic filter) Future<void>
override
setGeoJsonFeature(String sourceId, Map<String, dynamic> geojsonFeature) Future<void>
override
setGeoJsonSource(String sourceId, Map<String, dynamic> geojson) Future<void>
override
setMapLanguage(String language) Future<void>
override
setStyleString(String styleString) Future<void>
override
setSymbolIconAllowOverlap(bool enable) Future<void>
override
setSymbolIconIgnorePlacement(bool enable) Future<void>
override
setSymbolTextAllowOverlap(bool enable) Future<void>
override
setSymbolTextIgnorePlacement(bool enable) Future<void>
override
setTelemetryEnabled(bool enabled) Future<void>
override
setVisibility(String layerId, bool isVisible) Future<void>
override
takeSnapshot(SnapshotOptions snapshotOptions) Future<String?>
override
toLatLng(Point<num> screenLocation) Future<LatLng?>
override
toScreenLocation(LatLng latLng) Future<Point<num>>
override
toScreenLocationBatch(Iterable<LatLng> latLngs) Future<List<Point<num>>?>
override
toString() String
A string representation of this object.
inherited
updateCircle(Circle circle, CircleOptions changes) Future<void>
override
updateContentInsets(EdgeInsets insets, [bool animated = false]) Future<void>
override
updateFill(Fill fill, FillOptions changes) Future<void>
override
updateImageSource(String imageSourceId, Uint8List? bytes, LatLngQuad? coordinates) Future<void>
override
updateLine(Line line, LineOptions changes) Future<void>
override
updateMyLocationTrackingMode(MyLocationTrackingMode myLocationTrackingMode) Future<void>
override
updateSymbol(Symbol symbol, SymbolOptions changes) Future<void>
override

Operators

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