Coordinates class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
latitude
→ double?
-
The geographic coordinate that specifies the north–south position of a point on the Earth's surface.
final
-
longitude
→ double?
-
The geographic coordinate that specifies the east-west position of a point on the Earth's surface.
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
-
toMap()
→ Map
-
Creates a map from the coordinates properties.
-
toString()
→ String
-
A string representation of this object.
override