AnnotationOptions

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

Options interface for building annotations

Functions

build
Link copied to clipboard
abstract fun build(id: Long, annotationManager: AnnotationManager<G, T, *, *, *, *, *>): T
Build an annotation
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Inheritors

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