| Interface | Description |
|---|---|
| OnAnnotationClickListener<T extends Annotation> |
Generic interface definition of a callback to be invoked when an annotation has been clicked.
|
| OnAnnotationDragListener<T extends Annotation> |
Generic interface definition of a callback to be invoked when an annotation is being dragged.
|
| OnAnnotationLongClickListener<T extends Annotation> |
Generic interface definition of a callback to be invoked when an annotation has been long clicked.
|
| OnCircleClickListener |
Interface definition for a callback to be invoked when a circle has been clicked.
|
| OnCircleDragListener |
Interface definition for a callback to be invoked when a circle is dragged.
|
| OnCircleLongClickListener |
Interface definition for a callback to be invoked when a circle has been long clicked.
|
| OnFillClickListener |
Interface definition for a callback to be invoked when a fill has been clicked.
|
| OnFillDragListener |
Interface definition for a callback to be invoked when a fill is dragged.
|
| OnFillLongClickListener |
Interface definition for a callback to be invoked when a fill has been long clicked.
|
| OnLineClickListener |
Interface definition for a callback to be invoked when a line has been clicked.
|
| OnLineDragListener |
Interface definition for a callback to be invoked when a line is dragged.
|
| OnLineLongClickListener |
Interface definition for a callback to be invoked when a line has been long clicked.
|
| OnSymbolClickListener |
Interface definition for a callback to be invoked when a symbol has been clicked.
|
| OnSymbolDragListener |
Interface definition for a callback to be invoked when a symbol is dragged.
|
| OnSymbolLongClickListener |
Interface definition for a callback to be invoked when a symbol has been long clicked.
|
| Class | Description |
|---|---|
| Annotation<T extends Geometry> | |
| AnnotationManager<L extends Layer,T extends Annotation,S extends Options<T>,D extends OnAnnotationDragListener<T>,U extends OnAnnotationClickListener<T>,V extends OnAnnotationLongClickListener<T>> |
Generic AnnotationManager, can be used to create annotation specific managers.
|
| Circle | |
| CircleManager |
The circle manager allows to add circles to a map.
|
| CircleOptions |
Builder class from which a circle is created.
|
| Fill | |
| FillManager |
The fill manager allows to add fills to a map.
|
| FillOptions |
Builder class from which a fill is created.
|
| Line | |
| LineManager |
The line manager allows to add lines to a map.
|
| LineOptions |
Builder class from which a line is created.
|
| Options<T extends Annotation> | |
| Symbol | |
| SymbolManager |
The symbol manager allows to add symbols to a map.
|
| SymbolOptions |
Builder class from which a symbol is created.
|
© 2015–2019 Mapbox. All rights reserved.