switchToCustomMap property

dynamic Function(List<Marker> markers, String title, {bool polyline}) switchToCustomMap
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;