Type alias AnnotationMarkerLabelOptions

AnnotationMarkerLabelOptions: {
    background?: AnnotationMarkerLabelBackground;
    border?: AnnotationMarkerLabelBorder;
    content: string;
    font?: AnnotationMarkerLabelFont;
    outline?: AnnotationMarkerLabelOutline;
    padding?: AnnotationMarkerLabelPadding;
    position?: AnnotationMarkerLabelPosition;
}

Type declaration