annotationOrder property

List<AnnotationType> annotationOrder
final

Defines the layer order of annotations displayed on map

Any annotation type can only be contained once, so 0 to 4 types

Note that setting this to be empty gives a big perfomance boost for android. However if you do so annotations will not work.

Implementation

final List<AnnotationType> annotationOrder;