LandmarkPosition class Landmark Store
A landmark together with its distance from a reference coordinates.
Instances represent the pairing of a Landmark object and the computed distance (in meters) from a reference point. Typically returned by AlarmService and AlarmListener methods.
This class is managed by the SDK and is not intended for direct instantiation.
Returns
Properties
- distance → int
-
Retrieves the distance from the reference coordinates to this landmark.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- landmark → Landmark
-
Retrieves the landmark object.
no setter
- pointerId → int
-
The pointer ID of the native object
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
Disposes the native object.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerAutoReleaseObject(
int pointerId) → void -
Registers an object for auto release.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited