MapboxMapsFlutterPlatform class abstract base

Constructors

MapboxMapsFlutterPlatform()
Constructs a MapboxMapsFlutterPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
logConfiguration LogConfigurationPlatformInterface
no setter
mapboxMapsOptions MapboxMapsOptionsPlatformInterface
no setter
mapboxOptions MapboxOptionsPlatformInterface
no setter
offlineSwitch OfflineSwitchPlatformInterface
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildView({required String styleUri, PlatformMapCreatedCallback? onMapCreated, ViewportState? viewport, ViewportTransition? viewportTransition, void viewportTransitionCompletion(bool)?, void onMapEvent(MapEvent)?, MapOptions? mapOptions, bool? textureView, required AndroidPlatformViewHostingMode androidHostingMode, Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers, bool? isOpaque = true}) Widget
Builds a platform-specific widget for displaying the map.
createOfflineManager() Future<OfflineManagerPlatformInterface>
createSnapshotter({required MapSnapshotOptions options, OnStyleLoadedListener? onStyleLoadedListener, OnMapLoadErrorListener? onMapLoadErrorListener, OnStyleDataLoadedListener? onStyleDataLoadedListener, OnStyleImageMissingListener? onStyleImageMissingListener}) Future<SnapshotterPlatformInterface>
Creates a SnapshotterPlatformInterface for capturing styled map snapshots without a live map view.
createTileStore({Uri filePath}) Future<TileStorePlatformInterface>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance MapboxMapsFlutterPlatform
The default instance of MapboxMapsFlutterPlatform to use.
getter/setter pair