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

    Interface AddExtrusionOptions

    interface AddExtrusionOptions {
        color?: string;
        id?: string;
        minZoom?: any;
        opacity?: any;
        source?: string;
        sourceLayer?: string;
    }
    Index

    Properties

    color?: string
    id?: string
    minZoom?: any
    opacity?: any
    source?: string
    sourceLayer?: string