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