Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9382] iOS: Implement map follows the user location and rotates when the heading changes for IOS 5

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 2.0.1
Fix Version/sn/a
ComponentsiOS
LabelsAPI
ReporterVincent
AssigneeUnknown
Created2012-05-26T08:30:35.000+0000
Updated2018-02-28T20:03:57.000+0000

Description

Feature Request

Seems to be used everywhere in geolocation apps now. Whenever map is rotated so that the direction the user is facing is up.

iOS mapkit 'MKUserTrackingModeFollowWithHeading'

http://developer.apple.com/library/ios/#documentation/MapKit/Reference/MKMapView_Class/MKMapView/MKMapView.html

Comments

  1. Vincent 2012-07-06

    Would be nice to implement a setUserTrackingMode property for the mapview which accept 3 states : Follow FollowWithHeading None (MKUserTrackingModeNone) in the same way we have the 'setMapType' method. and also add MKUserTrackingBarButtonItem that allows the user to toggle through the user tracking modes in the mapview

JSON Source