Geolocation class

Constructors

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

Properties

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
Property that holds the JSON response that contains the viewport of the place. 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