Provide heading map rotation functionality in MKMapView

Originator:futuretap
Number:rdar://7003717 Date Originated:24-Jun-2009 10:42 PM
Status:Duplicate/7031107 Resolved:Duplicate/7031107
Product:iPhone SDK Product Version:3.0
Classification:Feature Request Reproducible:n/a
 
It would be great to expose the same functionality Maps.app uses to rotate the map according to the compass heading in the SDK.

[mapView rotateToHeading:(BOOL)rotateToHeading animated:(BOOL)animated];
@property BOOL rotatedToHeading;
@property BOOL showHeadingAngleWithUserLocation; // whether the heading accuracy angle is shown or not

Optionally, it would be wonderful to rotate the map manually by a specified angle:

[mapView rotateToAngle:(float)angle animated:(BOOL)animated];
@property float rotatedToAngle;



Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!