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

    Interface TrackUserOptions

    interface TrackUserOptions {
        animated?: boolean;
        cameraMode: UserLocationCameraMode;
        renderMode?: "NORMAL" | "COMPASS" | "GPS";
    }
    Index

    Properties

    animated?: boolean

    iOS only, as Android is always animated. Default true (because of Android).

    renderMode?: "NORMAL" | "COMPASS" | "GPS"