AnnotationType

enum AnnotationType : Enum<AnnotationType>

Enum class for annotation types

Entries

PolygonAnnotation
Link copied to clipboard
PolygonAnnotation type
PolylineAnnotation
Link copied to clipboard
PolylineAnnotation type
PointAnnotation
Link copied to clipboard
PointAnnotation type
CircleAnnotation
Link copied to clipboard
CircleAnnotation type

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: AnnotationType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<AnnotationType>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
var value: Int
The value of type