LocationResult class

The result returned after completing location selection.

Constructors

LocationResult({LatLng? latLng})

Properties

hashCode int
The hash code for this object.
no setterinherited
latLng LatLng?
The human readable name of the location. This is primarily the name of the road. But in cases where the place was selected from Nearby places list, we use the name provided on the list item. Google Maps place ID Latitude/Longitude of the selected location.
getter/setter pair
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited