Tagged Questions

0
votes
1answer
68 views

Core location problem.

I'm trying to find the current location and then use the geocoder to find the city,state. This is what I have: - (void)viewDidLoad { self.locationManager = [[[CLLocationMa …
0
votes
1answer
45 views

How can I get the coordinates of any given address using CoreLocation framework and not google Maps API?

Hi All, I'm interested in finding out the coordinates of "any" given address and not just the current location using only CoreLocation.Framework. I do not wish to use google maps …
0
votes
2answers
93 views

How to wait for location manager for the current location ?

Hi all, I am developing an iPhone application in which I want to show nearest restaurants based on the current location For that In the applicationDidFinishLaunching I am doing …
-1
votes
2answers
36 views

Terminating our Application when clicking on “dont allow” when using corelocation framework

HI, In our application i am using corelocationframework when opening application a alert for allow and dont allow.when clicking on the allow for current location we will show curr …
1
vote
1answer
71 views

sendSynchronousRequest fails under 3.1.2 after “Don’t Allow” location fetch

Hey guys, I'm having a problem with doing a sendSynchronousRequest failing. It only fails after I try to get the current geolocation and the user hits "Don't Allow". And it only h …
0
votes
2answers
78 views

How to get user response when prompted for core location?

When I install my application on the iPhone it asks for the current location with the options "Don't allow" and "Ok" in an alert. How do I find out which option was chosen? I also …
0
votes
1answer
23 views

updating location in a controller while location manager initialized in other controller

I have a navigation stack. In the rootView I initialize the location manager, and I have the proper delegate methods settled. Then I push a view passing the current retrieved loca …
0
votes
1answer
79 views

Core Location in OS X 10.6 Snow Leopard

Is there a way to utilize this? 10.6 uses it to determine the time zone; it can be disabled in Security.prefPane.
0
votes
1answer
27 views

Handling CoreLocation service reply

Hi, In my app i am using CoreLocation services to access current Location. For accessing the current location in iPhone the Location service must be turned ON in settings. If not …
-1
votes
1answer
33 views

Know the direction moved between two latitude and longitude

hi all i want to calculate distance covered by user. Suppose i started from location A and after 10 min i am in Location B i have latitude and longitude of location A and Location …
0
votes
1answer
61 views

Near People With Core Location

Hi Everyone: I am wondering if there is some way to find people that are near you using data supplied by the Core Location Framework. If you can get the other person's CLLocation …
0
votes
0answers
61 views

Blue dot and circle when finding current location

Does anyone know how I can animate the blue circle / dot like google maps when you find your current location? I saw this in a differnt iphone application and was wondering how to …
0
votes
3answers
115 views

Stacking order of UIActionSheet

While my app is displaying a UIActionSheet, I send startUpdatingLocation to the CLLocationManager. This results in a Location Warning, if the user has not yet agreed to letting my …
0
votes
1answer
77 views

How to disable coreLocation in the iPhone simulator?

How do you disable coreLocation on the iPhone simulator? I'd like to test some stuff but can't find a way to disable it.
0
votes
3answers
107 views

Apple’s core location prompt - why does it jump back to Root View controller?

I have an iPhone app using a UINavigationController. On the fourth controller of the stack, I'm doing some Core Location stuff - so, the first couples of times that the user uses m …

1 2 next
15 30 50 per page