MapCenterSettings

open class MapCenterSettings : BaseNativeParcelable

Constructors

MapCenterSettings
Link copied to clipboard
open fun MapCenterSettings(@NonNull() lockedCenter: MapCenter, @NonNull() unlockedCenter: MapCenter, @NonNull() lockedAnimation: MapAnimation, @NonNull() unlockedAnimation: MapAnimation)

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
open fun describeContents(): Int
equals
Link copied to clipboard
open fun equals(o: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
isValidParcelable
Link copied to clipboard
open fun isValidParcelable(): Boolean
If object after recreate from parcel contains all of reference like original object method returntrue.
toString
Link copied to clipboard
open fun toString(): String
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Parcelable.Creator<MapCenterSettings>
INVALID
Link copied to clipboard
val INVALID: MapCenterSettings
lockedAnimation
Link copied to clipboard
val lockedAnimation: MapAnimation
lockedCenter
Link copied to clipboard
val lockedCenter: MapCenter
unlockedAnimation
Link copied to clipboard
val unlockedAnimation: MapAnimation
unlockedCenter
Link copied to clipboard
val unlockedCenter: MapCenter