NaLatLong class
- Inheritance
-
- Object
- NaCoordinate
- NaLatLong
Constructors
- NaLatLong.new({required Angle latitude, required Angle longitude, String name = ''})
Properties
Methods
-
euclideanDistance(
NaCoordinate to) → Distance -
override
-
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