userlocation
does the MKMapview.userLocation update when running background?
I have set the \"Required background modes\" key to \"App registers for location updates\". this allowstracking the user’s location in the background. but when i get gps information from the mkmapvi开[详细]
2023-04-12 13:22 分类:问答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 returns 0.0 for latitude and longitude. I have turned on the GPS settings in the phone and set all t[详细]
2023-04-10 17:12 分类:问答Check if user location is visible on map iphone
I want to hide or show a UIButton weather user\'scurre开发者_Python百科nt location is visible on map.While testing the code xcode I can see meassage \"User location view is NOT visible but should be.[详细]
2023-04-03 03:19 分类:问答iPhone - Initial user location with CCLocationManager
I\'m using that code running on an iPhone 4 : - (id)init { self = [super initWithNibName:@\"OfflineView\" bundle:nil]; // ok, not perfect but for test, that works fine[详细]
2023-04-01 01:46 分类:问答Navigate user to location using maps app
I have a mapview with many annotations on it. When the user clicks on an annotation, it takes them to a details page with information about an artpiece there and a button to \"Get directions to this l[详细]
2023-03-18 13:40 分类:问答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开发者_Go百科 in MKMapView to an image? For example a little car or any .png image?[详细]
2023-03-11 22:21 分类:问答Center region on userLocation in MKMapView
I\'m confused. I have an MKMapView, and in the viewDidLoad method I do: - (void)viewDidLoad { mainDelegate = (PublicArtOmahaAppDelegate*)[[UIApplication sharedApplication]delegate];[详细]
2023-03-06 00:25 分类:问答current location with map
hai I am creating an application. I want to sent the users 开发者_开发技巧current location with map using gps and without gps as sms. Is it possible?[详细]
2023-02-28 17:35 分类:问答MKMapView showsuserlocation
In my app I have a rare bug that stops showing the userlocation.If I tone the app down and just have the map, and set everything up in the viewDidLoad, and at the end do the typical:[详细]
2023-02-24 23:02 分类:问答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 \"Shows user location\" in Interface Builder, and upon loading the mapv[详细]
2023-02-13 14:28 分类:问答