driveMarker property

MapMarker? driveMarker

A MapMarker instance representing the drive point of the route. By default, no map marker is provided. The drive map marker of the resulting route. It signals that a user should take a transport vehicle.

Implementation

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

A MapMarker instance representing the drive point of the route. By default, no map marker is provided. The drive map marker of the resulting route. It signals that a user should take a transport vehicle.

Implementation

set driveMarker(MapMarker? value);