Retrieve Details Options
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)