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

angle → double
final
hashCode → int
The hash code for this object.
no setteroverride
latitude → double
finalinherited
longitude → double
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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