Package com.mapbox.search.location

Types

DefaultLocationProvider
Link copied to clipboard
class DefaultLocationProvider(app: Application) : LocationProvider
Default location provider implementation.
LocationProvider
Link copied to clipboard
fun fun interface LocationProvider
Provides location as geoJson point.
PointLocationProvider
Link copied to clipboard
class PointLocationProvider(coordinate: Point) : LocationProvider
Fixed-point location provider.