Documentation
    Preparing search index...
    interface LocatienetOptions {
        attribution?: string;
        bounds?: LatLngBoundsExpression;
        className?: string;
        crossOrigin?: boolean | CrossOrigin;
        detectRetina?: boolean;
        errorTileUrl?: string;
        id?: string;
        keepBuffer?: number;
        maxNativeZoom?: number;
        maxZoom?: number;
        minNativeZoom?: number;
        minZoom?: number;
        noWrap?: boolean;
        opacity?: number;
        pane?: string;
        referrerPolicy?: boolean | ReferrerPolicy;
        subdomains?: string | string[];
        tileSize?: number | Point;
        tms?: boolean;
        updateInterval?: number;
        updateWhenIdle?: boolean;
        updateWhenZooming?: boolean;
        zIndex?: number;
        zoomOffset?: number;
        zoomReverse?: boolean;
    }

    Hierarchy

    • TileLayerOptions
      • LocatienetOptions
    Index

    Properties

    attribution?: string
    bounds?: LatLngBoundsExpression
    className?: string
    crossOrigin?: boolean | CrossOrigin
    detectRetina?: boolean
    errorTileUrl?: string
    id?: string
    keepBuffer?: number
    maxNativeZoom?: number

    Maximum zoom number the tile source has available. If it is specified, the tiles on all zoom levels higher than maxNativeZoom will be loaded from maxNativeZoom level and auto-scaled.

    maxZoom?: number
    minNativeZoom?: number

    Minimum zoom number the tile source has available. If it is specified, the tiles on all zoom levels lower than minNativeZoom will be loaded from minNativeZoom level and auto-scaled.

    minZoom?: number
    noWrap?: boolean
    opacity?: number
    pane?: string
    referrerPolicy?: boolean | ReferrerPolicy
    subdomains?: string | string[]
    tileSize?: number | Point
    tms?: boolean
    updateInterval?: number
    updateWhenIdle?: boolean
    updateWhenZooming?: boolean
    zIndex?: number
    zoomOffset?: number
    zoomReverse?: boolean