• JMap.Application.Annotation.updateStyle

    Updates annotation style, for the next annotations that will be drawn.

    Merges the new options with current one.

    Parameters

    Returns void

    Example

    // Set the line width as 3px
    JMap.Application.Annotation.updateStyle({
    lineWidth: 3
    })