MapViewWidget
Description
- Derived from
-
Widget abstract
Full source code is included in the Tinman 3D SDK download. |
A GUI widget that runs a MapView.
Public / Attributes
Angle
The rotation angle of the map.
A rotation angle of 0
will make North point along the negative screen Y-axis, whereas a rotation angle of 90
will make North point along the positive screen X-axis.
Defaults to 0
.
Center
The map coordinates that correspond to the center of the screen-space map view.
Defaults to Vec2D.Undefined.