ObjectType

annotation class ObjectType

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String

Properties

Link copied to clipboard
val Incident: Int = 6
View object containing information about a Incident
Link copied to clipboard
val Map: Int = 1
Type of view objects that were added to map by user
Link copied to clipboard
val MapPlace: Int = 4
View object containing ID for a MapPlace
Link copied to clipboard
View object containing information about a MapPlace Cluster
Link copied to clipboard
val Proxy: Int = 3
Type of view objects that are provided automatically in map
Link copied to clipboard
val Screen: Int = 2
Point on map
Link copied to clipboard
val Unknown: Int = 0