@Beta(2020, 6) interface DisplaySettings
This interface defines operations on displayed map components (e.g. retrieving rendered features).
abstract fun featuresAtCoordinates(coordinates: LatLng, layersIds: MutableList<String!>): FeatureCollection
Provides access to rendered features related to passed location within specified layers. |
|
abstract fun featuresAtPoint(point: PointF, layersIds: MutableList<String!>): FeatureCollection
Provides access to rendered features related to passed screen point within specified layers. |
|
abstract fun featuresInScreenRect(screenRect: RectF, layersIds: MutableList<String!>): FeatureCollection
Provides access to rendered features related to passed screenbox within specified layers. |