LocationProvider

fun fun interface LocationProvider

Provides location as geoJson point. By default coordinate from location provider used for search. If you specify proximity parameter in search options, it will be used instead of location provider data.

Functions

getLocation
Link copied to clipboard
abstract fun getLocation(): Point?
Get user coordinates.

Inheritors

DefaultLocationProvider
Link copied to clipboard
PointLocationProvider
Link copied to clipboard