사용자로부터 전달받은 poi update에 필요한 option interface

interface IPoiOption {
    ids?: string | string[];
    innerColor?: string;
    outerColor?: string;
    scale?: number;
}

Properties

ids?: string | string[]

update할 poi Id

innerColor?: string

해당 POI Title의 text 색상

outerColor?: string

해당 POI Title의 line 색상

scale?: number

해당 POI Title의 scale