A Nativescript plugin for Mapbox Native Maps.
    Preparing search index...

    Interface RasterSource

    interface RasterSource {
        bounds?: number[];
        maxzoom?: number;
        minzoom?: number;
        scheme?: "xyz" | "tms";
        tiles: string[];
        tileSize?: number;
        type: "raster";
    }

    Hierarchy (View Summary)

    Index

    Properties

    bounds?: number[]
    maxzoom?: number
    minzoom?: number
    scheme?: "xyz" | "tms"
    tiles: string[]
    tileSize?: number
    type: "raster"