Type alias AnnotationMarkerFrame

AnnotationMarkerFrame: {
    icon: string;
    offset?: Point;
}

Type declaration

  • icon: string

    画像パス(Base64文字列も可)

  • Optional offset?: Point