ResultNames

open class ResultNames : BaseNativeParcelable

Types

Type
Link copied to clipboard
annotation class Type

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
getBuiltUpArea
Link copied to clipboard
open fun getBuiltUpArea(): String
getCity
Link copied to clipboard
open fun getCity(): String
getCountryIso
Link copied to clipboard
open fun getCountryIso(): String
getHouseNumber
Link copied to clipboard
open fun getHouseNumber(): String
getRoadNumbers
Link copied to clipboard
open fun getRoadNumbers(): String
getStreet
Link copied to clipboard
open fun getStreet(): String
isValidParcelable
Link copied to clipboard
open fun isValidParcelable(): Boolean
If object after recreate from parcel contains all of reference like original object method return true.
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)
For documentation, see android.os.Parcelable.

Properties

CREATOR
Link copied to clipboard
val CREATOR: Parcelable.Creator<ResultNames>