sdk-maps / com.tomtom.online.sdk.map / DisplaySettings / featuresAtPoint

featuresAtPoint

@Beta(2020, 12) @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.

Parameters

point - PointF: point of screen where features will be returned.

layersIds - MutableList<String!>: list of layers for which features will be returned.