SimpleLocationResult class
Constructors
- SimpleLocationResult(double latitude, double longitude)
- Construct the result with a latitude and longitude.
Properties
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