Interface Center

Store where the center of the data lives

interface Center {
    lat: number;
    lon: number;
    zoom: number;
}

Properties

Properties

lat: number

the center latitude

lon: number

the center longitude

zoom: number

the zoom level