retrieve

abstract fun retrieve(geoLocation: GeoLocation): Flow<AdministrativeUnitName>

Retrieves a stream (Flow) of AdministrativeUnitName objects asynchronously based on the provided GeoLocation. The Flow will emit one AdministrativeUnitName for each GeoLocation input

Return

a Flow of AdministrativeUnitName objects associated with the provided location.

Parameters

geoLocation

the geographic location for which to retrieve administrative unit names.