isPoiInRange

suspend fun isPoiInRange(poiId: String, location: Location? = null): Boolean

Checks if there is at least one app for the given poiId at the current location.

Return

True if POI with poiId is in range, false otherwise.

Parameters

location

Can be specified optionally if the current location should not be determined.