MapAnimationOwnerRegistry

Registry for all plugins using Camera Animation system. This means that all animations controlled by any plugin will create animators with their owner.

object MapAnimationOwnerRegistry

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

COMPASS
Link copied to clipboard

Compass animator owner.

const val COMPASS: String
GESTURES
Link copied to clipboard

Gestures animator owner.

const val GESTURES: String
INTERNAL
Link copied to clipboard

Internal animation system owner.

const val INTERNAL: String
LOCATION
Link copied to clipboard

Location animator owner.

const val LOCATION: String