-
Notifications
You must be signed in to change notification settings - Fork 19
examples ios
Tomáš Malý edited this page Aug 6, 2020
·
7 revisions
(Click the image to play the video)
This application is for iPhones and iPads only.
It is specific by its touch controls. There are currently two modes:
- single touch (default on iPhone) - depending on where on the screen you start the touch, you control position, yaw, tilt or zoom. This mode is designed for use with single finger on smaller screens.
- multi touch (default on iPads) - in this mode several different gestures are recognized. It is designed to closely mimic the controls of other touch-controlled maps.
The application also allows for search on the map.
You may add custom map-configurations and browse them too.
It is written in mixture of standard c++ and objective c++.