startMarker property
A MapMarker instance representing the start of the route. By default, no map marker is provided. The start map marker of the resulting route.
Implementation
MapMarker? get startMarker;
A MapMarker instance representing the start of the route. By default, no map marker is provided. The start map marker of the resulting route.
Implementation
set startMarker(MapMarker? value);