Top "Userlocation" questions

NSLocationWhenInUseUsageDescription warning but i have already added it

While I have already added: NSLocationWhenInUseUsageDescription I keep receiving this warning: This app has attempted to access privacy-sensitive data without …

ios swift location info.plist userlocation
How to change MKMapView's user-location blue dot to an image of choice?

Is it possible to change the blue dot which indicates the user's location in MKMapView to an image? For example …

iphone objective-c ios mkmapview userlocation
How do I remove all annotations from MKMapView except the user location annotation?

I use removeAnnotations to remove my annotations from mapView but same it remove user location ann. How can I prevent …

ios xcode mkmapview mkannotation userlocation
Getting 0.0 for latitude and longitude while showing current location in map

I am using the following code to get my current location. But the problem I am facing is, it always …

android google-maps map geolocation userlocation
How do you center the MKMapView map visually when a user location is known or changes?

I have read and followed the instructions on How do I zoom an MKMapView to the users current location without …

iphone map mkmapview center userlocation
MKMapView Zooming In On User's Location Once But Not The Second Time in Tab-Bar App (iOS)

I have an MKMapView as part of a Navigation Controller in a Tab Bar based app. I click a UIButton …

ios xcode mkmapview userlocation
Center MKMapView on userLocation (initially) - only works on iPhone 4?

I implemented the following MKMapView method, which runs after annotations are added. I have my MKMapView map (parishMap) set to "…

iphone ios geolocation mkmapview userlocation
Get the address of current user location

I follow some tutorial and mix my awful code. Now I can get my current location. And when I tap …

iphone objective-c xcode android-mapview userlocation
MKUserLocation blue userLocation MKAnnotation causes app to crash if inadvertently touched

I have a MKMap with a series of MKAnnotations, all of which are red which is fine. I have selected "…

iphone xcode mkannotation userlocation