userlocation Questions
5
Solved
While I have already added:
NSLocationWhenInUseUsageDescription
I keep receiving this warning:
This app has attempted to access privacy-sensitive data without a usage description. The app's Info...
Spearmint asked 13/9, 2017 at 9:30
8
Solved
I use removeAnnotations to remove my annotations from mapView but same it remove user location ann. How can I prevent this, or how to get user ann back to view?
NSArray *annotationsOnMap = mapView...
Safier asked 2/6, 2012 at 19:3
5
Solved
I am using the following code to get my current location. But the problem I am facing is, it always returns 0.0 for latitude and longitude. I have turned on the GPS settings in the phone and set al...
Purify asked 4/10, 2011 at 6:31
2
Solved
I'm trying to find the latitude and longitude of the user's location so that I can center the map on the user in viewdidload.
I've implemented what seems to be the right code but the values of use...
Dariodariole asked 5/2, 2016 at 22:49
3
Solved
I have a coordinate region that I have determined contains the limits of what I want to show for my app. I have set this up as an MKCoordinateRegion with center point lat, longitude and a span. How...
Heliostat asked 1/2, 2012 at 4:39
5
Solved
Is it possible to change the blue dot which indicates the user's location in MKMapView to an image? For example a little car or any .png image?
Gem asked 9/6, 2011 at 13:22
4
Solved
I have a MKMap with a series of MKAnnotations, all of which are red which is fine. I have selected "show user location" in IB and to change the MKAnnotation from red to blue, I have the code in my ...
Wolfsbane asked 1/2, 2012 at 9:46
2
I have a question about GPS alarm.
I have some points (latitude and longitude). I need a way to check if the user location is near to some of these points (approximately are 1800 points).
If I re...
Refuse asked 8/5, 2014 at 14:52
1
Solved
Can we change this text?
I have used property purpose of CLLocationManager class. But message did not change.
[locationManager setPurpose:@"Change text message"];
Any ideas?
Thanks,
Sackey asked 17/12, 2012 at 10:47
1
Solved
I have a mapView with annotationViews and the userLocation blue dot.
I am using the following code to get the blue dot:
[self.mapView setShowsUserLocation:YES];
The annotationViews are selectab...
Intracutaneous asked 8/10, 2012 at 22:47
1
Solved
I read the tutorial about Obtaining User Location in Android Dev Guid and,
I try to adapt this to the following code.. but i don't know which location value I should put into isBetterLocation(Locat...
Emmaemmalee asked 26/4, 2012 at 6:26
7
When I start my application fresh, or resume after a long time, MKMapView's notion of the userLocation is wrong and shows me in the middle of the sea.
I am using the following code:
self.mapView....
Thigpen asked 9/2, 2011 at 6:35
3
Solved
I want to hide or show a UIButton weather user's current location is visible on map. While testing the code xcode I can see meassage "User location view is NOT visible but should be. Showing...." o...
Equidistant asked 6/9, 2011 at 12:42
1
I have read and followed the instructions on How do I zoom an MKMapView to the users current location without CLLocationManager?
However, while I do get the current user location, I am unable to a...
Okeefe asked 6/2, 2011 at 17:53
1
© 2022 - 2024 — McMap. All rights reserved.