IGeoLocationService class abstract

Constructors

IGeoLocationService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAddress({required double longitude, required double latitude, dynamic options}) Future<Address?>
getAddressFromGeoCoordinates(GeoCoordinates location) Future<Address?>
getAddressList({required double longitude, required double latitude, dynamic options}) Future<List<Address?>>
getAddressListFromGeoCoordinates(GeoCoordinates location) Future<List<Address?>>
getAddressWithGeoLocation() Future<AddressWithGeoLocation?>
getGeoCoordinates({double accuracy = 5, int retries = 5}) Future<GeoCoordinates?>
getGeoCoordinatesFromAddress(Address address) Future<GeoCoordinates?>
getGeoCoordinatesListFromAddress(Address address) Future<List<GeoCoordinates?>>
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