Enhancement: add CLPlacemark.timeZone

Originator:futuretap
Number:rdar://21163976 Date Originated:29-May-2015 10:20 PM
Status:Duplicate/10238242/Closed Resolved:
Product:iOS SDK Product Version:8.3
Classification:Enhancement Reproducible:Not Applicable
 
CLGeoder already provides time zone information for reverse geocoded locations. However it is deeply buried in the textual -description of the returned CLPlacemark object.

I'd like to see an official property:

@property (nonatomic, readonly) NSTimeZone *timeZone;

Then we don't have to write ugly parsing code like this: https://gist.github.com/chriscdn/1cd899fc47fb4b887bf5

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!