SimpleLocationResult class

Constructors

SimpleLocationResult(double latitude, double longitude)
Construct the result with a latitude and longitude.

Properties

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

Methods

getLatLng() → dynamic
returns the SimpleLocationResult location as a LatLng object
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