I want to be able to have compass like the sample compass app, except I want to set longitude + latitude, and have it point there.
In sample, there’s this code:
Runtime:addEventListener( “heading”, updateCompass )
which sets event.geographic, that seems to work as a compas, but I’d like it to point to specific longitude/latitude instead. Is that possible?
If not, any other ideas how to make such an app?