Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-27620] Windows: Remove deprecated Geolocation values, only use new ones

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusClosed
ResolutionWon't Fix
Resolution Date2020-03-26T13:52:35.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsWindows
Labelsparity
ReporterChristopher Williams
AssigneeSamir Mohammed
Created2019-11-21T22:43:09.000+0000
Updated2020-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.

Comments

  1. Kota Iguchi 2019-12-09

    https://github.com/appcelerator/titanium_mobile_windows/pull/1442
  2. Samir Mohammed 2020-03-26

    Marking as wont do as Windows has been removed in SDK 9.0.0

JSON Source