ServiceProvider

interface ServiceProvider

This class provides access to search-related services and utility classes.

Types

Companion
Link copied to clipboard
object Companion
Companion object.

Functions

distanceCalculator
Link copied to clipboard
abstract fun distanceCalculator(latitude: Double): DistanceCalculator
Provides entity to calculate distances between geographical points.
favoritesDataProvider
Link copied to clipboard
abstract fun favoritesDataProvider(): FavoritesDataProvider
Provides entity to work with com.mapbox.search.record.FavoriteRecord.
highlightsCalculator
Link copied to clipboard
abstract fun highlightsCalculator(): HighlightsCalculator
Provides entity to calculate highlights ranges in search results.
historyDataProvider
Link copied to clipboard
abstract fun historyDataProvider(): HistoryDataProvider
Provides entity to work with com.mapbox.search.record.HistoryRecord.