startMarker property

MapMarker? 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

MapMarker? get startMarker;
void startMarker=(MapMarker? value)

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);