walkMarker property

MapMarker? walkMarker

A MapMarker instance representing the walk point of the route. By default, no map marker is provided. The walk map marker of the resulting route. It signals that a user should leave their transport vehicle and continue on foot.

Implementation

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

A MapMarker instance representing the walk point of the route. By default, no map marker is provided. The walk map marker of the resulting route. It signals that a user should leave their transport vehicle and continue on foot.

Implementation

set walkMarker(MapMarker? value);