LocathingClient class
Constructors
- LocathingClient.new({required String apiKey, String baseUrl = 'https://locathing.web.app/api/addresses'})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
search(
{required String query, String type = 'address', String? proximity}) → Future< (List< LocationResult> , UsageInfo)> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited