FMService class
Constructors
- FMService()
-
factory
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 lat, required double lng, int maxRetries = 3, dynamic onError(Object, StackTrace)?}) → Future< FMData?> - Get address from coordinates (Reverse Geocoding)
-
getCurrentPosition(
) → Future< Position> - Get current coordinates
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
search(
{FMSearchOptions? options, required String searchText, dynamic onError(Object, StackTrace)?}) → Future< List< FMData> > - Search addresses using query
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited