Compas, GPS (location service) howto?
Monkey Targets Forums/iOS/Compas, GPS (location service) howto?
| ||
Has anybody got code/a module to access the compass and GPS/location service? Thanks in advance. |
| ||
Hi, i guess a good start is to take a look how Mark wrapped ios functions in mojo. take a look on this tutorial http://www.vellios.com/2010/08/16/core-location-gps-tutorial/ i would do the tutorial in xcode and then wrap out the stuff you need, then you don't need to write it from scratch Im currently trying to wrap out some functions but its a really annoying thing :) |
| ||
Thanks xzess. I'm still hoping for someone more at home with iOS development to do this. |
| ||
Hi Difference that is indeed that what i am currently doing (and i guess most of the others also) ^^ But since this may take some time and isn't very satisfying, best thing of us is to get into and share our results with community. i am doing some practice with wrapping some simple functions.. would be great if someone could test it or help with it -> See in iOS Section Hopefully some experienced users can share their wrappings here :) Best wishes |
| ||
I got it nearly working i guess about 80% in progress |
| ||
Great, xzess! :) |
| ||
Great! Your efforts are much appreciated. |