RouteViolatedAvoidOptions

class RouteViolatedAvoidOptions : BaseNativeParcelable

Constructors

RouteViolatedAvoidOptions
Link copied to clipboard
open fun RouteViolatedAvoidOptions(@NonNull globalSettingsViolation: Set<Integer>, @NonNull countrySettingsViolation: Map<String, Collection<Integer>>)

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
getAvoidedCountries
Link copied to clipboard
open fun getAvoidedCountries(): List<String>
getCountrySettingsViolation
Link copied to clipboard
open fun getCountrySettingsViolation(): Map<String, Collection<Integer>>
getGlobalSettingsViolation
Link copied to clipboard
open fun getGlobalSettingsViolation(): Set<Integer>
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)

Properties

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