Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm a student who is working on an IOS project for school and am supposed to rely entirely on the net and books for my research and desperately need help on the following..

I need to be able to send Longtitude and latitude information by calling a URL. I am able to get location information like this

<-26.20410280,+28.04730510> +/- 5.00m (speed -1.00 mps / course -1.00) @ 9/27/12 11:15:54 AM Singapore Standard Time

but all I want is the lat and long information.

And in my .m file, my calling method looks like this for the moment..

NSURL *url = [NSURL URLWithString:@"http://startechvs.appspot.com/CheckInServlet?
Lat=1.390578&Long=103.894087&Id=1"];

This works for the moment, it simulates the information fed to the url. It also gives an idea on what information I need.

So can anyone please tell me how I can extract out the longitude and latitude to send to the URL?

Thank you for reading this.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.