Questions tagged [mkusertrackingmode]
19 questions
0
votes
1 answer
Mapkit and userTrackingMode
I have a question about MapKit. I set the userTrackingMode property to move the map according to the user position update.
[_mapView setUserTrackingMode:MKUserTrackingModeFollowWithHeading animated:YES];
Is there a way to be alerted when you exit…

Safari
- 11,437
- 24
- 91
- 191
0
votes
1 answer
How can i make custom pin and use FollowWithHeading mode together?
The following code below is show custom pin (picture as pin). it can use normally.
- (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id)annotation {
PVAttractionAnnotationView *annotationView =…

user3504542
- 41
- 5
0
votes
1 answer
MKMapView in iOS 7
I have a problem with MKMapView in iOS7, I have been using it with iOS5 and worked flawless (at least what Im trying to do).
Well my problem is that .userTrackingMode won't work in iOS7. Been searching for an answer but haven't found any.
I want…

troligtvis
- 133
- 2
- 8
-2
votes
1 answer
Restart MKUserTrackingMode.FollowWithHeading
Code:
map.UserTrackingMode = MKUserTrackingMode.FollowWithHeading;
But after a user interacts with the map or after mKMapView.ShowAnnotations, the map automatically stops following the device's heading. (Not by my code. That's just how mkmapview…

ispiro
- 26,556
- 38
- 136
- 291