Coordinates class

Represents a set of coordinates consisting of latitude and longitude.

Available extensions

Constructors

Coordinates(double latitude, double longitude)
Creates a new instance of Coordinates with the given latitude and longitude.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
latitude double
final
longitude double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringValue String

Available on Coordinates, provided by the CoordinatesUtils extension

Returns the string representation of the latitude and longitude.
no setter

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