CartographicBoundaryRetriever

Interface representing a retriever for cartographic boundaries.

Inheritors

Functions

Link copied to clipboard
abstract fun retrieve(administrativeUnitLevelAndAdministrativeUnitNameList: List<Pair<AdministrativeLevel, AdministrativeUnitName>>): Flow<CartographicBoundary>

Retrieves a stream (Flow) of CartographicBoundary objects asynchronously based on a provided list of administrative unit criteria. Each element in the list is a pair consisting of an AdministrativeLevel and an AdministrativeUnitName. This method retrieves boundaries that exactly match the specified level and potentially some or all name components of the provided AdministrativeUnitName object.