headingStream property

Stream<LocationMarkerHeading?> headingStream
final

A Stream that provide heading data for this marker. Default to LocationMarkerDataStreamFactory.fromCompassHeadingStream.

Implementation

final Stream<LocationMarkerHeading?> headingStream;