ReverseSearchEngine
interface ReverseSearchEngine
Defines requirements of reverse search engine implementation that allows to search for POIs around a location.
Inheritors
Functions
Link copied to clipboard
abstract fun searchAround(position: GeoPoint, options: NearbySearchFilter, callback: NearbySearchCallback)
Searches for results based on given coordinates and filters if provided