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

    Interface Bounds

    interface Bounds {
        east: number;
        north: number;
        south: number;
        west: number;
    }
    Index

    Properties

    Properties

    east: number
    north: number
    south: number
    west: number