DefaultLocationProvider

class DefaultLocationProvider(app: Application) : LocationProvider

Default location provider implementation. 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.

Constructors

DefaultLocationProvider
Link copied to clipboard
fun DefaultLocationProvider(app: Application)

Functions

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