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)

Types

Companion
Link copied to clipboard
object Companion

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
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.