MapEvent

open class MapEvent

Class to hold a map event type

Constructors

Link copied to clipboard
constructor(eventType: Int)

Types

Link copied to clipboard
@Retention(value = SOURCE)
annotation class EventTypeDef

Properties

Link copied to clipboard
Link copied to clipboard
val MAP_IDLE: Int = 20
Link copied to clipboard
val MAP_MOVED: Int = 10
Link copied to clipboard
val MAP_STABLE: Int = 30