Interface MarkerListActionEvent

interface MarkerListActionEvent {
    action: string;
    marker: MarkerApi;
}

Hierarchy (view full)

Properties

Properties

action: string
marker: MarkerApi