사용자로부터 전달받은 IMarker Array Interface

interface IMarkersOption {
    marker: IMarkerOption[];
}

Properties

Properties

marker: IMarkerOption[]