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