Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-28395] Android: Use native APIs for forward/reverseGeocoder()

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2021-03-22T15:34:15.000+0000
Affected Version/sn/a
Fix Version/sRelease 10.0.0, Release 9.3.3
ComponentsAndroid
Labelsandroid, geocoder, gps, reversegeocoder
ReporterJoshua Quick
AssigneeGary Mathews
Created2021-03-15T16:45:29.000+0000
Updated2021-03-22T15:34:15.000+0000

Description

The following APIs are handled by making HTTP requests to https://api.appcelerator.com/p/v1/geo * [Ti.Geolocation.forwardGeocoder()](https://docs.appcelerator.com/platform/latest/#!/api/Titanium.Geolocation-method-forwardGeocoder) * [Ti.Geolocation.reverseGeocoder()](https://docs.appcelerator.com/platform/latest/#!/api/Titanium.Geolocation-method-reverseGeocoder) We should change it to use the native Java [Geocoder](https://developer.android.com/reference/android/location/Geocoder) class instead.

Comments

  1. Gary Mathews 2021-03-15

    master: https://github.com/appcelerator/titanium_mobile/pull/12580
  2. Samir Mohammed 2021-03-17

    FR Passed, waiting on Jenkins build and backport
  3. Christopher Williams 2021-03-18

    Merged to master and 10_0_X for 10.0.0 target. Automated 9_3_X backport failed.

JSON Source