Hi, in my iOS app I have a map and I need to implement the following behavior: when I click a button, the map must start to rotate (around the user's position) the way it does the default Maps app: that is, the user rotates the device in every possible direction and the map rotates accordingly. I noticed the object Camera in Titanium, but I could not find a simple example to make this thing work properly. Any tip/code sample is highly appreciated :-)
↧