Geolocation class

Constructors

Geolocation(dynamic _coordinates, dynamic _bounds)
Geolocation.fromJSON(dynamic geolocationJSON)

Properties

bounds → dynamic
If you have the google_maps_flutter package, this method will return the coordinates of the place as a LatLngBounds object. Otherwise, it'll be returned as Map.
no setter
coordinates → dynamic
If you have the google_maps_flutter package, this method will return the coordinates of the place as a LatLng object. Otherwise, it'll be returned as Map.
no setter
fullJSON ↔ dynamic
Has the full JSON response received from the Geolocation API. Can be used to extract extra information of the location. More info on the Geolocation API documentation
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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