@nativescript-community/ui-carto
    Preparing search index...

    Interface VectorDataSourceOptions

    interface VectorDataSourceOptions {
        maxOverzoomLevel?: number;
        maxZoom?: number;
        minZoom?: number;
        projection: IProjection;
    }

    Hierarchy (View Summary)

    Index

    Properties

    maxOverzoomLevel?: number
    maxZoom?: number
    minZoom?: number
    projection: IProjection