Package com.mapbox.search.discover

Types

Discover
Link copied to clipboard
interface Discover
Main entrypoint to the Mapbox Discover SDK.
DiscoverAddress
Link copied to clipboard
class DiscoverAddress : Parcelable
Class representing address of a place returned by the Discover.
DiscoverOptions
Link copied to clipboard
class DiscoverOptions(limit: Int, language: IsoLanguageCode) : Parcelable
Options, used for the Discover SDK requests.
DiscoverQuery
Link copied to clipboard
abstract class DiscoverQuery : Parcelable
Discover Query type.
DiscoverResult
Link copied to clipboard
class DiscoverResult : Parcelable
Information about a place returned by the Discover.
RouteDeviationOptions
Link copied to clipboard
abstract class RouteDeviationOptions : Parcelable
Option describing maximum detour from route.