interface MapOptions {
    center?: LonLat;
    maxExtend?: Bounds;
    projection?: string;
}

Properties

center?: LonLat
maxExtend?: Bounds
projection?: string