AnnotationOptions

Options interface for building annotations

fun fun interface AnnotationOptions<G : Geometry, T : Annotation<G>>

Functions

build
Link copied to clipboard

Build an annotation

abstract fun build(id: Long, annotationManager: AnnotationManager<G, T, *, *, *, *, *>): T
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

Inheritors

CircleAnnotationOptions
Link copied to clipboard
PointAnnotationOptions
Link copied to clipboard
PolygonAnnotationOptions
Link copied to clipboard
PolylineAnnotationOptions
Link copied to clipboard