searchByCoordinates abstract method

TaskHandle searchByCoordinates(
  1. GeoCoordinates coordinates,
  2. String? language,
  3. W3WSearchCallback callback
)

Performs an asynchronous request to search for a W3WSquare, which includes the 3 word address, that corresponds to the given coordinates.

  • coordinates The coordinates where to search.

  • language A supported 3 word address language as an ISO 639-1 2 letter code. For Bosnian-Croatian-Montenegrin-Serbian use "oo". Defaults to "en" (English).

  • callback Callback 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);