[TIMOB-10927] iOS6: Feature to open iOS6 maps app on using "Get Directions"
GitHub Issue | n/a |
Type | New Feature |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 2.1.3 |
Fix Version/s | n/a |
Components | iOS |
Labels | 2019-cl, SupportTeam, api |
Reporter | Varun Joshi |
Assignee | Unknown |
Created | 2012-09-14T17:35:43.000+0000 |
Updated | 2019-03-04T21:59:14.000+0000 |
Description
Issue
Currently, in Ti SDK, if we use "get directions", the application opens up google maps web interface.
It is requested to have the feature to open the native (Apple) maps application as was the case with iOS 5.1.1.
Related native method: openMapsWithItems:launchOptions: or openInMapsWithLaunchOptions: method of MKMapItem
Comments
JSON Source
Probably going to create this as a module, as there is no ties or relations to existing classes, and MKMapItem does not inherit from any of the other maps classes. Also, this moots parity issues because there's nothing similar in other OSes.
The way to do this in iOS 6 is as easy as always: iOS 5
iOS 6
Talked with Pedro and with Ingo on this. Now that there's a workaround, the need has lowered and this no longer is required for 3.0. Moving back to backlog.
Workaround in comments. No longer any immediate requirement for this. TBS