Compas, GPS (location service) howto?

Monkey Targets Forums/iOS/Compas, GPS (location service) howto?

Difference(Posted 2011) [#1]
Has anybody got code/a module to access the compass and GPS/location service?

Thanks in advance.


xzess(Posted 2011) [#2]
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 :)


Difference(Posted 2011) [#3]
Thanks xzess.

I'm still hoping for someone more at home with iOS development to do this.


xzess(Posted 2011) [#4]
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


xzess(Posted 2011) [#5]
I got it nearly working i guess about 80% in progress


Xaron(Posted 2011) [#6]
Great, xzess! :)


Difference(Posted 2011) [#7]
Great! Your efforts are much appreciated.