Package-level declarations

Types

Link copied to clipboard
sealed class HistoryEvent

Custom history event hierarchy definition.

Link copied to clipboard
class HistoryPoint(val latitude: Double, val longitude: Double)

HistoryPoint.

Link copied to clipboard
class HistoryRoutablePoint(val coordinates: HistoryPoint)

HistoryRoutablePoint.

Link copied to clipboard
class HistorySearchResult(val id: String, val name: String, val address: String, val coordinates: HistoryPoint?, val routablePoint: List<HistoryRoutablePoint>?)

HistorySearchResult.

Link copied to clipboard

Mapbox Copilot is a Navigation SDK component that collects detailed trace files of navigation sessions together with search analytics data.

Link copied to clipboard
class SearchResults(val provider: String, val request: String, val response: String?, val error: String?, val searchQuery: String, val results: List<HistorySearchResult>?) : EventDTO

SearchResults.

Link copied to clipboard
class SearchResultsEvent(val searchResults: SearchResults) : HistoryEvent

SearchResultsEvent.

Link copied to clipboard
class SearchResultUsed(val provider: String, val id: String, val name: String, val address: String, val coordinates: HistoryPoint, val routablePoint: List<HistoryRoutablePoint>?) : EventDTO

SearchResultUsed

Link copied to clipboard
class SearchResultUsedEvent(val searchResultUsed: SearchResultUsed) : HistoryEvent

SearchResultUsedEvent.