Coords class
Represents latitude and longitude coordinates.
Constructors
- Coords.new(double latitude, double longitude)
-
Creates a Coords instance with the given
latitude
andlongitude
.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- latitude → double
-
Latitude in decimal degrees.
final
- latlng → String
-
Returns a string representation of the coordinates in the form
"latitude,longitude"
.no setter - lnglat → String
-
Returns a string representation of the coordinates in the form
"longitude,latitude"
.no setter - longitude → double
-
Longitude in decimal degrees.
final
- 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