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

    Interface SetCenterOptions

    interface SetCenterOptions {
        animated?: boolean;
        lat: number;
        lng: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    animated?: boolean
    lat: number
    lng: number