[TIMOB-27620] Windows: Remove deprecated Geolocation values, only use new ones
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | High |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2020-03-26T13:52:35.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Windows |
| Labels | parity |
| Reporter | Christopher Williams |
| Assignee | Samir Mohammed |
| Created | 2019-11-21T22:43:09.000+0000 |
| Updated | 2020-03-26T13:52:35.000+0000 |
Description
http://docs.appcelerator.com/platform/latest/#!/api/GeocodedAddress
Specifically, it is insane that we:
- have a postalCode property on Android, but zipcode on iOS/Windows.
- latitude and longitude are Numbers on iOS/Windows, but String on Android.
- have both country_code (on all platforms), and countryCode (only on Android) (we should likely have the same property, and given our naming scheme, it should be called "countryCode")
zipcode and country_code were deprecated as part of TIMOB-23496 and should be removed.
https://github.com/appcelerator/titanium_mobile_windows/pull/1442
Marking as wont do as Windows has been removed in SDK 9.0.0