I am retrieving rows from SQLite table, then dynamically creating an object, and then adding the object to an NSMutableArray.My problem is that I am unable to figure out a way to dynamically sort the
how to use compass based on direction on g开发者_运维知识库oogle maps using iphone 4 ,as MAPS app doing
I want to do local push Notification (giving alert) when the user comes in particular locations(in ran开发者_StackOverflow中文版ge).is it possible to do it? any example and tutorial please?I hope it w
I\'m using CLLocationManager & CLLocation to get latitude and longitude of the location where iPad is.
I am a new iPhone developer learning Objective-C, and am trying to dynamically calculate the distances between the users latitude/longitude coordinates, with latitude/longitude coordinates in a SQLite
I am trying to learn how to use the CLLocation class for the purpose of building an iPhone app that takes the user\'s current location, and then uses it to retrieve results from a sqlite database.To d
I have got a problem with a CLLocation. I wanted to know the distance between two coordinates to show it next to the title of the location in a tableView:
How accurate is the CCLocation class? 20 meters? more or less? Because I\'d like to get the most accurate values from the user\'s location.
For my application I want to calculate my car/bike speed using iphone. How can i do that? Ideally, it should开发者_如何学JAVA run continuously in the background.CLLocation includes a speed property th
I\'m trying to开发者_Go百科 save a location and retrieve the location on a map afterward using Core Location, MapKit and Core Data frameworks.