GeoPointWithOrientation class

Inheritance
Available Extensions

Constructors

GeoPointWithOrientation({double angle = 0.0, required double latitude, required double longitude})
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
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