AnnotationDisplayPriority
Constants that indicate the priority for displaying annotations on the map.
Declaration
const AnnotationDisplayPriority: Readonly<{
readonly Low: 250;
readonly High: 750;
readonly Required: 1000;
}>
type AnnotationDisplayPriority =
(typeof AnnotationDisplayPriority)[keyof typeof AnnotationDisplayPriority];