queryRenderedFeatureAd abstract method

dynamic queryRenderedFeatureAd(
  1. Point<num> point,
  2. List<String> layerIDs, {
  3. dynamic completion(
    1. MapboxAd?
    )?,
})

query rendered feature promotion asynchronously

Implementation

queryRenderedFeatureAd(math.Point point, List<String> layerIDs,
    {Function(MapboxAd?)? completion});