Interface IMarkerOptionsWithFeatureId

interface IMarkerOptionsWithFeatureId {
    featureId: number;
    lngLat: [number, number];
    properties?: {
        [k: string]: string;
    };
}

Hierarchy (view full)

Properties

featureId: number
lngLat: [number, number]
properties?: {
    [k: string]: string;
}

Type declaration

  • [k: string]: string