MapCenter

class MapCenter : BaseNativeParcelable

Constructors

MapCenter
Link copied to clipboard
open fun MapCenter(@FloatRange(from = 0.0, to = 1.0x: Float, @FloatRange(from = 0.0, to = 1.0y: Float)

Functions

describeContents
Link copied to clipboard
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 return true.
toString
Link copied to clipboard
open fun toString(): String
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Parcelable.Creator<MapCenter>
INVALID
Link copied to clipboard
val INVALID: MapCenter
x
Link copied to clipboard
@FloatRange(from = 0.0, to = 1.0)
val x: Float
y
Link copied to clipboard
@FloatRange(from = 0.0, to = 1.0)
val y: Float