createSnapshotter abstract method
- required MapSnapshotOptions options,
- OnStyleLoadedListener? onStyleLoadedListener,
- OnMapLoadErrorListener? onMapLoadErrorListener,
- OnStyleDataLoadedListener? onStyleDataLoadedListener,
- OnStyleImageMissingListener? onStyleImageMissingListener,
Creates a SnapshotterPlatformInterface for capturing styled map snapshots without a live map view.
Implementation
Future<SnapshotterPlatformInterface> createSnapshotter({
required MapSnapshotOptions options,
OnStyleLoadedListener? onStyleLoadedListener,
OnMapLoadErrorListener? onMapLoadErrorListener,
OnStyleDataLoadedListener? onStyleDataLoadedListener,
OnStyleImageMissingListener? onStyleImageMissingListener,
});