RenderedObjectInfo | iOS SDK | 2GIS Documentation

RenderedObjectInfo

Detailed information about the displayed map object.

public init(
    closestViewportPoint: ScreenPoint,
    closestMapPoint: GeoPointWithElevation,
    item: RenderedObject
)
Parameters
closestViewportPoint
closestMapPoint
item
Properties

Nearest object point in the screen coordinates.

Nearest point of the object in map coordinates.

Displayed object on the map.