Country

class Country(code: String) : Parcelable

Countries list to use in com.mapbox.search.SearchOptions.

Constructors

Country
Link copied to clipboard
fun Country(code: String)

Functions

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

Properties

code
Link copied to clipboard
val code: String
country code in ISO 3166 alpha 2.