Interface IKml

Menu item for loading a static KML file.

Hierarchy

Properties

Caption: string
Children?: MenuItem.IItem[]
KML?: {
    ClientFile?: {
        ID: string;
    };
    fileUrl?: string;
}[]

Type declaration

  • Optional ClientFile?: {
        ID: string;
    }
    • ID: string
  • Optional fileUrl?: string
LabelColor?: string
Type: Kml
authoring?: IAuthorSettings
authoringEnabled?: boolean
cdnCounter?: number
cdnEnabled?: boolean
hideChildren?: boolean
id: string
legend?: ILegend
renderPriority?: number

Generated using TypeDoc