HereMap constructor
- Key? key,
- HereMapCreatedCallback? onMapCreated,
- Set<
Factory< ? gestureRecognizers,OneSequenceGestureRecognizer> > - NativeViewMode mode = NativeViewMode.virtualDisplay,
- dynamic options,
Creates a widget that displays a map.
Implementation
const HereMap({
Key? key,
this.onMapCreated,
this.gestureRecognizers,
this.mode = NativeViewMode.virtualDisplay,
options,
}) : this._options = options,
super(key: key);