MapCenterSettings

open class MapCenterSettings : BaseNativeParcelable

Constructors

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

Functions

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

Properties

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