GeoPointWithOrientation class
- Inheritance
- Available extensions
Constructors
- GeoPointWithOrientation({double angle = 0.0, required double latitude, required double longitude})
- GeoPointWithOrientation.fromMap(Map json)
- GeoPointWithOrientation.radian({double radianAngle = 0.0, required double latitude, required double longitude})
Properties
Methods
-
destinationPoint(
{required double distanceInMeters, required dynamic bearingInDegrees}) → GeoPoint -
destinationPoint
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, double> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override