-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum Annotation.Style extends Enum<Annotation.Style>
The Enum define the annotation styles. The detailed information is given below.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ScreenAnnotationPopup
The annotation is always straight up on the screen, renders in 2D screen coordinates, highest priority of all annotations, no culling by default, which means it won't be covered by other render objects(other style annotations, vehicle ...).
ScreenAnnotationPopupGrouping
When the grouping style annotations are too close(zoom out), they will aggregate into one annotation displaying the number of the multiple annotations. When zooming in(not too close), it will scatter into multiple annotations.
ScreenAnnotationPin
ScreenAnnotationFlag
The annotation is always straight up on the screen, renders in 2D screen coordinates, lower priority than compass and vehicle(will be covered by compass and vehicle), be culled by default.
ScreenAnnotationFlagNoCulling
ScreenAnnotationFlagGrouping
SpriteAnnotationFlag
The annotation is placed flatly on the ground of the map, renders in 3D world coordinates, with 3D perspective effect, rotates along with the camera
SpriteAnnotationFlagNoCulling
SpriteAnnotationFlagGrouping
SpriteIncident
-