is Poi In Range
suspend fun isPoiInRange(poiId: String, location: Location? = null): Boolean
Content copied to clipboard
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.