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