Coordinates class
Geographical coordinates
Constructors
- Coordinates(double lat, double lon)
- Creates a Coordinates object
-
Coordinates.fromJson(Map<
String, dynamic> json) -
Creates a Coordinates object from json
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Returns a Map with the object data
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited