annotationOrder property

List<AnnotationType> annotationOrder
final

The properties for the platform-specific location engine. Only has an impact if myLocationEnabled is set to true. 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 LocationEnginePlatforms locationEnginePlatforms;

/// 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.
final List<AnnotationType> annotationOrder;