Function queryRenderedFeatures

  • Parameters

    • lngLat: LngLatLike

      is a LngLatLike object

    • Optionaloptions: {
          filter?: any[];
          layers?: string[];
      } & {
          [key: string]: any;
      }

      are the options for the mapbox queryRenderedFeatures

    • pixBuffer: number = 20

      is a number of pixels around the coordinate to query

    Returns (Feature<Geometry, {
        [name: string]: any;
    }> & {
        layerId?: string;
    })[]