AnnotationOptions

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

Inheritors

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