PowerMapNavigator constructor
PowerMapNavigator({
- required PowerMapController controller,
- VoidCallback? onVehicleTapped,
- void onRerouted(
- PowerMapRouteResult newRoute
Implementation
PowerMapNavigator({
required PowerMapController controller,
this.onVehicleTapped,
this.onRerouted,
}) : _controller = controller {
_locationTracker = LocationTracker();
_initTts();
}