DestinationPoint class

A Destination Point class for calculating destination points on the Earth's surface using the Rhumb Line Destination formula.

Constructors

DestinationPoint()

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

calculateDestinationPoint(LatLng initialPoint, double bearingDegrees, double distanceKm) LatLng
Calculates the destination point on the Earth's surface given an initial point (latitude and longitude), a bearing (azimuth) in degrees, and a distance in kilometers. This formula provides an approximate destination point when traveling along a constant compass direction.