searchByCoordinates abstract method
- GeoCoordinates coordinates,
- String? language,
- W3WSearchCallback callback
Performs an asynchronous request to search for a W3WSquare, which includes the 3 word address, that corresponds to the given coordinates.
-
coordinatesThe coordinates where to search. -
languageA supported 3 word address language as an ISO 639-1 2 letter code. For Bosnian-Croatian-Montenegrin-Serbian use "oo". Defaults to "en" (English). -
callbackCallback which receives the result on the main thread.
Returns TaskHandle. Handle that can be used to manipulate the execution of the task.
Implementation
TaskHandle searchByCoordinates(GeoCoordinates coordinates, String? language, W3WSearchCallback callback);