@NonNull abstract fun featuresAtPoint(@NonNull point: PointF, @NonNull layersIds: MutableList<String!>): FeatureCollection
Provides access to rendered features related to passed screen point within specified layers.
point - PointF: point of screen where features will be returned.
layersIds - MutableList<String!>: list of layers for which features will be returned.