NaLocation class
Constructors
- NaLocation.new({double? latitude, double? longitude, String? name})
Properties
Methods
-
euclideanDistance(
NaLocation from) → double -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override