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

    Interface CartoMapStyle

    interface CartoMapStyle {
        bearing: number;
        focusPos: GenericMapPos;
        maxZoom: number;
        minZoom: number;
        restrictedPanning: boolean;
        tilt: number;
        zoom: number;
    }

    Hierarchy

    • Style
      • CartoMapStyle
    Index

    Properties

    bearing: number
    focusPos: GenericMapPos
    maxZoom: number
    minZoom: number
    restrictedPanning: boolean
    tilt: number
    zoom: number