switchToCustomMap property
final
Callback to navigate to a custom map view with markers and optional polyline.
Implementation
final Function(List<Marker> markers, String title, {bool polyline})
switchToCustomMap;
Callback to navigate to a custom map view with markers and optional polyline.
final Function(List<Marker> markers, String title, {bool polyline})
switchToCustomMap;