interface HomePageParam {
    bounds: string;
    zoom: string;
    center: string;
    userlocation: string;
    src: string;
}

Implemented by

Properties

bounds: string
zoom: string
center: string
userlocation: string
src: string