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
-
isEqual(
GeoPoint location, {double precision = 1e6}) → bool -
Available on GeoPoint, provided by the ExtGeoPoint extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toListNum(
) → List< num> -
Available on GeoPoint, provided by the ExtGeoPoint extension
-
toMap(
) → Map< String, double> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override