interface LocateOptions {
    maxZoom?: number;
    setView?: boolean;
}

Properties

Properties

maxZoom?: number
setView?: boolean