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

ScreenPoint

Point in screen coordinates.

Axis directions.

: x - right, y - down. (0.0, 0.0) - upper left corner of the upper left pixel. Integer part of the coordinate - pixel number, fractional - relative location in pixel.

ScreenPoint(x: Float = 0.0f, y: Float = 0.0f)

Point in screen coordinates.

Axis directions.

: x - right, y - down. (0.0, 0.0) - upper left corner of the upper left pixel. Integer part of the coordinate - pixel number, fractional - relative location in pixel.

Parameters
x
y
Returns
Properties