setProjParameters

fun setProjParameters(rotationAngle: Double, tiltAngle: Double, inZoomLevel: Double, point: GeoPoint, pt1: Point, pt2: Point, redraw: Boolean): Boolean

Sets new projection parameters : this is equivalent to (bet faster than) successive calls to methods rotate, tilt, zoom and move.

Parameters

rotationAngle

Rotation angle around z axis in degrees.

tiltAngle

Rotation angle around x axis in degrees.

inZoomLevel

Zoom level 0 is the zoom level where Earth’s South and North poles are visible independently of: -screen’s dimension and dpi -map (SVS) resolution

Zoom level n = twice the scale of zoom level n-1. In other words the number of meters per pixel at zoom level n is half the number of meters at zoom level n-1.

point

The GeoPoint in real double coordinates.

pt1

First screen coordinate point.

pt2

Second screen coordinate point.

redraw

A flag that indicates whether the view must be redrawn or not.