LocationMarkerHeading class

A angle with accuracy for marker rendering.

Constructors

LocationMarkerHeading({required double heading, required double accuracy})
Create a LocationMarkerHeading.

Properties

accuracy double
The estimated accuracy of this heading, in radius.The smaller value, the better accuracy.
final
hashCode int
The hash code for this object.
no setterinherited
heading double
The heading, in radius, which 0 radians being the north and positive angles going clockwise.
final
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.
override

Operators

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