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

    Interface LayerCommon

    interface LayerCommon {
        id: string;
        getFilter(): any[];
        getNativeInstance(): any;
        hide(): void;
        setFilter(filter: any[]): void;
        show(): void;
        type(): LayerType;
        visibility(): boolean;
    }

    Implemented by

    Index

    Properties

    id: string

    Methods

    • Returns any[]

    • Returns any

    • Returns void

    • Parameters

      • filter: any[]

      Returns void

    • Returns void

    • Returns boolean