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

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getLocation
Link copied to clipboard
abstract fun getLocation(): Point?
Get user coordinates.
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Inheritors

DefaultLocationProvider
Link copied to clipboard
PointLocationProvider
Link copied to clipboard