| 114 | === Toolbar === |
| 115 | |
| 116 | Basic properties of toolbar widget: |
| 117 | * icon size 32x32 pixels |
| 118 | * number of hosted icons (buttons) is 8-9 |
| 119 | * vertical separators possible |
| 120 | * toolbar is optional |
| 121 | |
| 122 | The main purpose of toolbar is to host: [wiki:Specification#Navigation Map Navigation] commands and a few most often used commands. |
| 123 | |
| 124 | List of proposed commands (buttons): |
| 125 | * Zoom-in |
| 126 | * Zoom-out |
| 127 | * Pan |
| 128 | * Query feature |
| 129 | * Distance measurement tool |
| 130 | * Area measurement tool |
| 131 | * Capture vertex from GPS |
| 132 | |
| 133 | ==== Zoom-in/out ==== |
| 134 | |
| 135 | There is an idea to replace Zoom-in/Zoom-out buttons with vertical slider placed near right edge of the screen, over map window. |
| 136 | |
| 137 | {{{ |
| 138 | +------------+------------+ |
| 139 | | MOSSMAP X | |
| 140 | +------------+------------+ |
| 141 | | | |
| 142 | | (-) | - zoom-out direction |
| 143 | | | | |
| 144 | | | | |
| 145 | | (*) | - bullet being dragged vertically with stylus |
| 146 | | | | |
| 147 | | | | |
| 148 | | | | |
| 149 | | (+) | - zoom-in direction |
| 150 | | | |
| 151 | +------------+------------+ |
| 152 | | 1:1000 | lat/lon | |
| 153 | +------------+------------+ |
| 154 | |[P][@][$][*][!][#] | |
| 155 | +------------+------------+ |
| 156 | | VIEW <...> MENU | |
| 157 | +------------+------------+ |
| 158 | }}} |
| 159 | |
| 160 | Obviously, there is no such widget in the set of common controls on Windows Mobile, so it would need to be rendered manually from scratch. |
| 161 | |