interface GeoCoderPageParam {
    address: string;
    location: string;
    name: string;
    coord_type: CoordType;
    zoom: string;
    src: string;
}

Implemented by

Properties

address: string
location: string
name: string
coord_type: CoordType
zoom: string
src: string