Interface JAppAnnotation

interface JAppAnnotation {
    feature: any;
    id: string;
    type: JAPP_DRAW_TYPES;
}

Properties

Properties

feature: any
id: string