Interface PlacemarkData

Meridian Placemark data

interface PlacemarkData {
    id: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: string

Placemark ID

Generated using TypeDoc