VincentyDistance class

Vincenty Distance class for calculating geodesic distances between two points on the surface of an ellipsoid using the Vincenty formula.

Constructors

VincentyDistance()

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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

Static Methods

vincentyDistance(double lat1, double lon1, double lat2, double lon2) double
Calculates the geodesic distance between two points on the surface of an ellipsoid using the Vincenty formula.