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

    Interface SetViewportOptions

    interface SetViewportOptions {
        animated?: boolean;
        bounds: Bounds;
        padding?:
            | number
            | { bottom?: number; left?: number; right?: number; top?: number };
    }
    Index

    Properties

    animated?: boolean

    Add an animation of about 1 second. Default true.

    bounds: Bounds
    padding?:
        | number
        | { bottom?: number; left?: number; right?: number; top?: number }

    Optional padding.