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

    Interface AnimateCameraOptions

    interface AnimateCameraOptions {
        altitude?: number;
        bearing?: number;
        bounds?: Bounds;
        duration?: number;
        padding?: number;
        target?: LatLng;
        tilt?: number;
        zoomLevel?: number;
    }
    Index

    Properties

    altitude?: number

    For iOS, in meters from the ground

    bearing?: number
    bounds?: Bounds
    duration?: number
    padding?: number
    target?: LatLng
    tilt?: number
    zoomLevel?: number