Waypoint class
Class that holds lat/lng coordinates and optional title
Constructors
- Waypoint.new(double latitude, double longitude, [String? title])
Properties
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