interface MarkerPageParam {
    title: string;
    content: string;
    location: string;
    coord_type: CoordType;
    zoom: string;
    src: string;
}

Implemented by

Properties

title: string
content: string
location: string
coord_type: CoordType
zoom: string
src: string