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:

  • onTapDriverInfoWindow parameter.
  • onTapDriverMarker parameter.
  • driverName parameter.

If null, the driverMarkerIconInfo is not rendered.

Implementation

final Stream<LatLng>? driverCoordinatesStream;