RetrieveDetailsOptions

@MapboxExperimental
class RetrieveDetailsOptions @JvmOverloads constructor(    val attributeSets: List<AttributeSet>? = null,     val language: IsoLanguageCode = defaultLocaleLanguage(),     val worldview: IsoCountryCode? = null) : Parcelable

Options, used for the DetailsApi.retrieveDetails.

Constructors

Link copied to clipboard
fun RetrieveDetailsOptions(    attributeSets: List<AttributeSet>? = null,     language: IsoLanguageCode = defaultLocaleLanguage(),     worldview: IsoCountryCode? = null)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

Request additional metadata attributes besides the basic ones.

Link copied to clipboard
val language: IsoLanguageCode

Specify the user’s language. This parameter controls the language of the text supplied in responses. If language is not set explicitly, then language from default system locale will be used.

Link copied to clipboard
val worldview: IsoCountryCode? = null

The ISO country code to requests a worldview for the location data, if applicable data is available. This parameters will only be applicable for Boundaries and Places feature types.