reverse

abstract suspend fun reverse(latitude: Double, longitude: Double): List<Place>

Get a list of Places from latitude and longitude coordinates.

Return

The address of the coordinates or empty list if the address could not be found.

Parameters

latitude

The latitude of the coordinates.

longitude

The longitude of the coordinates.