LocationProvider class abstract

The interface for classes that provide location and heading streams to a CustomLocationDataSource. Implement this interface with your custom code, usually with a StreamController for each of the streams. For custom teardown logic, connect to the stream controller's onCancel callback.

Constructors

LocationProvider()

Properties

hashCode int
The hash code for this object.
no setterinherited
headings Stream<double>
Stream which provides heading updates.
no setter
locations Stream<ArcGISLocation>
Stream which provides location updates.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited