Evank, thanks for your comment.
I am starting this project in Xcode, due I have to finish before end of feb. The thing is I will use mapkit.framework to use different features like annotations, geodecoding and also some tableview. Your sample code of GPS is good, but it leaves the main corona app and starts a system.call to open iphone browser to show Google Maps URL. My app needs to get additional info from webservices and then make each annotation (pin) over the map. After that, the geodecoding feature of Mapkit will give me location address, city and so on, to show that information to the end user, based on his/her location and surrender area.
So, I need the ability to control mapview and still in the corona code, to update any retrieved info from webservices based on user’s request and user’s location. That ability is only possible when you implement Mapkit.framework and use MKMapViewDelegate.
It will be really amazing if it can be achieved directly in corona, giving it all the GPS and MAP power to build specific applications.
Therefore my app is a mixture between twitter and GPS app Corona demos, where I will use user/password info to connect to a WebService, and the GPS to get his/her location and finally (the missing part) MAP to show and control data retrieved on-demand from webservice.
So if use your sample code I loose the ability to still in my execution loop and also I loose the ability to add additional annotations on the map based on data received from web service.
Regards,
Perhaps you know another way to achieved in Corona, but as I understand it is not possible by now.
[import]uid: 3022 topic_id: 458 reply_id: 902[/import]