driverCoordinatesStream property

Stream<LatLng>? driverCoordinatesStream
final

A Stream of LatLng objects for the driver used to render driverMarkerIconInfo on the map with the provided LatLng objects.

See also:

If null, the driverMarkerIconInfo is not rendered.

Implementation

final Stream<LatLng>? driverCoordinatesStream;