DisplayPriority
Constant values that provide a hint the map uses to prioritize displaying annotations.
Declaration
const DisplayPriority: Readonly<{
readonly Low: 250;
readonly High: 750;
readonly Required: 1000;
}>Constant values that provide a hint the map uses to prioritize displaying annotations.
const DisplayPriority: Readonly<{
readonly Low: 250;
readonly High: 750;
readonly Required: 1000;
}>