ru.dgis.sdk.map.RenderedObjectInfo | Android SDK | 2GIS Documentation

RenderedObjectInfo

Detailed information about the displayable map object.

RenderedObjectInfo(
	closestViewportPoint: ScreenPoint,
	closestMapPoint: GeoPointWithElevation,
	item: RenderedObject
)

Detailed information about the displayable map object.

Parameters
closestViewportPoint
closestMapPoint
item
Returns
Properties

Nearest point of the object in screen coordinates.

Nearest point of the object in map coordinates.

Displayable map object.