OnlineGeoCoder

class OnlineGeoCoder(appContext: Context) : SearchEngine

Geocoder that uses BeMap API to perform search and autocomplete operations.

Parameters

appContext

application context instance needed to execute API requests

Constructors

Link copied to clipboard
constructor(appContext: Context)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun autoComplete(searchText: String, options: OnlineSearchFilter, callback: SearchCallback)

Performs autocomplete query, returning suggestions of places that might match text typed by the user