[TIMOB-25578] TiAPI: Remove deprecated Geolocation values, only use new ones
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-12-10T11:59:38.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 9.0.0 |
Components | Android, iOS, TiAPI |
Labels | parity |
Reporter | Christopher Williams |
Assignee | Vijay Singh |
Created | 2017-12-01T21:03:15.000+0000 |
Updated | 2019-12-10T11:59:38.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")
It was deprecated as part of TIMOB-23496 and will now be removed.
PR (sdk) - https://github.com/appcelerator/titanium_mobile/pull/11350 PR (mocha) - https://github.com/appcelerator/titanium-mobile-mocha-suite/pull/210 Test Case -
Cloned off a Windows ticket for this one: TIMOB-27620
FR Passed, waiting on Jenkins build.
merged to master for 9.0.0
Build verified. There is now parity between the two platforms.
and
are now being used correctly on both platforms. Ticket closed.