MapboxMap constructor
- {required _MapboxMapsPlatform mapboxMapsPlatform,
- OnMapTapListener? onMapTapListener,
- OnMapLongTapListener? onMapLongTapListener,
- OnMapScrollListener? onMapScrollListener}
Implementation
MapboxMap({
required _MapboxMapsPlatform mapboxMapsPlatform,
this.onMapTapListener,
this.onMapLongTapListener,
this.onMapScrollListener,
}) : _mapboxMapsPlatform = mapboxMapsPlatform {
_proxyBinaryMessenger = _mapboxMapsPlatform.binaryMessenger;
annotations = _AnnotationManager(mapboxMapsPlatform: _mapboxMapsPlatform);
_setupGestures();
}