Package-level declarations

Types

Link copied to clipboard
class CircleAnnotation(id: String, annotationManager: AnnotationManager<Point, CircleAnnotation, *, *, *, *, *>, jsonObject: JsonObject, geometry: Point) : Annotation<Point>

Class for CircleAnnotation

Link copied to clipboard

Builder class from which a circleAnnotation is created.

Link copied to clipboard

Interface definition for a callback to be invoked when a circleAnnotation has been clicked.

Link copied to clipboard

Interface definition for a callback to be invoked when a circleAnnotation is dragged.

Link copied to clipboard

Interface definition for a callback to be invoked when a circleAnnotation has been selected or deselected.

Link copied to clipboard

Interface definition for a callback to be invoked when a circleAnnotation has been long clicked.

Link copied to clipboard

Interface definition for a callback to be invoked when a pointAnnotation has been clicked.

Link copied to clipboard

Interface definition for a callback to be invoked when a pointAnnotation is dragged.

Link copied to clipboard

Interface definition for a callback to be invoked when a pointAnnotation has been selected or deselected.

Link copied to clipboard

Interface definition for a callback to be invoked when a pointAnnotation has been long clicked.

Link copied to clipboard

Interface definition for a callback to be invoked when a polygonAnnotation has been clicked.

Link copied to clipboard

Interface definition for a callback to be invoked when a polygonAnnotation is dragged.

Link copied to clipboard

Interface definition for a callback to be invoked when a polygonAnnotation has been selected or deselected.

Link copied to clipboard

Interface definition for a callback to be invoked when a polygonAnnotation has been long clicked.

Link copied to clipboard

Interface definition for a callback to be invoked when a polylineAnnotation has been clicked.

Link copied to clipboard

Interface definition for a callback to be invoked when a polylineAnnotation is dragged.

Link copied to clipboard

Interface definition for a callback to be invoked when a polylineAnnotation has been selected or deselected.

Link copied to clipboard

Interface definition for a callback to be invoked when a polylineAnnotation has been long clicked.

Link copied to clipboard
class PointAnnotation(id: String, annotationManager: AnnotationManager<Point, PointAnnotation, *, *, *, *, *>, jsonObject: JsonObject, geometry: Point) : Annotation<Point>

Class for PointAnnotation

Link copied to clipboard

Builder class from which a pointAnnotation is created.

Link copied to clipboard
class PolygonAnnotation(id: String, annotationManager: AnnotationManager<Polygon, PolygonAnnotation, *, *, *, *, *>, jsonObject: JsonObject, geometry: Polygon) : Annotation<Polygon>

Class for PolygonAnnotation

Link copied to clipboard

Builder class from which a polygonAnnotation is created.

Link copied to clipboard
class PolylineAnnotation(id: String, annotationManager: AnnotationManager<LineString, PolylineAnnotation, *, *, *, *, *>, jsonObject: JsonObject, geometry: LineString) : Annotation<LineString>

Class for PolylineAnnotation

Link copied to clipboard

Builder class from which a polylineAnnotation is created.

Functions

Link copied to clipboard

Extension function to create a CircleAnnotationManager instance.

Link copied to clipboard

Extension function to create a PointAnnotationManager instance.

Link copied to clipboard

Extension function to create a PolygonAnnotationManager instance.

Link copied to clipboard

Extension function to create a PolylineAnnotationManager instance.