[TIMOB-19466] Ti.App.iOS.SearchableItemAttributeSet is missing phoneNumbers, latitude and longitude
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 5.0.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Fokke Zandbergen |
| Assignee | Unknown |
| Created | 2015-09-04T12:45:27.000+0000 |
| Updated | 2018-02-28T19:55:44.000+0000 |
Description
While [supportsNavigation](https://appcelerator.github.io/appc-docs/latest/#!/api/Titanium.App.iOS.SearchableItemAttributeSet-property-supportsNavigation) and [supportsPhoneCall](https://appcelerator.github.io/appc-docs/latest/#!/api/Titanium.App.iOS.SearchableItemAttributeSet-property-supportsPhoneCall) are there and talk about the related phoneNumbers, latitude and longitude properties these are in fact [missing](https://github.com/appcelerator/titanium_mobile/blob/master/iphone/Classes/TiAppiOSSearchableItemAttributeSetProxy.m), making the first 2 unusable.
No comments