destinationMarker property

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

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

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