MethodChannelMapboxGl class

Inheritance

Constructors

MethodChannelMapboxGl()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
onCameraIdlePlatform ArgumentCallbacks<void>
finalinherited
onCameraMovePlatform ArgumentCallbacks<CameraPosition>
finalinherited
onCameraMoveStartedPlatform ArgumentCallbacks<void>
finalinherited
onCameraTrackingChangedPlatform ArgumentCallbacks<MyLocationTrackingMode>
finalinherited
onCameraTrackingDismissedPlatform ArgumentCallbacks<void>
finalinherited
onCircleTappedPlatform ArgumentCallbacks<String>
finalinherited
onInfoWindowTappedPlatform ArgumentCallbacks<String>
finalinherited
onLineTappedPlatform ArgumentCallbacks<String>
finalinherited
onMapClickPlatform ArgumentCallbacks<Map<String, dynamic>>
finalinherited
onMapIdlePlatform ArgumentCallbacks<void>
finalinherited
onMapLongClickPlatform ArgumentCallbacks<Map<String, dynamic>>
finalinherited
onMapStyleLoadedPlatform ArgumentCallbacks<void>
finalinherited
onSymbolTappedPlatform ArgumentCallbacks<String>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

addCircle(CircleOptions options, [Map data]) Future<Circle>
override
addImage(String name, Uint8List bytes, [bool sdf = false]) Future<void>
override
addLine(LineOptions options, [Map data]) Future<Line>
override
addSymbols(List<SymbolOptions> options, [List<Map> data]) Future<List<Symbol>>
override
animateCamera(CameraUpdate cameraUpdate) Future<bool>
override
buildView(Map<String, dynamic> creationParams, Function onPlatformViewCreated, Set<Factory<OneSequenceGestureRecognizer>> gestureRecognizers) Widget
override
getCircleLatLng(Circle circle) Future<LatLng>
override
getLineLatLngs(Line line) Future<List<LatLng>>
override
getSymbolLatLng(Symbol symbol) Future<LatLng>
override
getTelemetryEnabled() Future<bool>
override
getVisibleRegion() Future<LatLngBounds>
override
initPlatform(int id) Future<void>
override
invalidateAmbientCache() Future
override
matchMapLanguageWithDeviceDefault() Future<void>
override
moveCamera(CameraUpdate cameraUpdate) Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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(String circleId) Future<void>
override
removeLine(String lineId) Future<void>
override
removeSymbols(Iterable<String> ids) Future<void>
override
requestMyLocationLatLng() Future<LatLng>
override
setMapLanguage(String language) 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
toString() String
A string representation of this object.
inherited
updateCircle(Circle circle, CircleOptions changes) Future<void>
override
updateContentInsets(EdgeInsets insets, bool animated) Future<void>
override
updateLine(Line line, LineOptions changes) Future<void>
override
updateMapOptions(Map<String, dynamic> optionsUpdate) Future<CameraPosition>
override
updateMyLocationTrackingMode(MyLocationTrackingMode myLocationTrackingMode) Future<void>
override
updateSymbol(Symbol symbol, SymbolOptions changes) Future<void>
override

Operators

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