Projection
Projection.
Uses the Mercator spherical projection (EPSG:3857), looped in longitude. Displayed data is limited in latitude from -85.06° to 85.06°.
Extends:
ru.dgis.sdk.NativeObject
Methods
fun screenToMap(point: ScreenPoint): GeoPoint?
Calculates a map point at the specified screen point.
The function returns an empty value if the specified screen point is outside the map projection.
Parameters
fun mapToScreen(point: GeoPoint): ScreenPoint?
Calculating the screen point corresponding to the specified map point.
The function returns an empty value:
Parameters
fun mapToScreen(point: GeoPointWithElevation): ScreenPoint?
Calculating the screen point corresponding to the specified map point.
The function returns an empty value:
Parameters