Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-438] reverse geo not working for netherlands long/lat

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-10-26T15:27:05.000+0000
Affected Version/sn/a
Fix Version/sBacklog
ComponentsiOS
Labelsgeolocation
ReporterNolan Wright
AssigneeJeff Haynie
Created2011-04-15T02:29:21.000+0000
Updated2011-10-26T15:27:05.000+0000

Description

code from community member:

Titanium.Geolocation.reverseGeocoder(53.0440, 5.3364, function(evt) { 
Ti.API.info("reverse geolocation result1 = " + JSON.stringify(evt)); 
});
Titanium.Geolocation.reverseGeocoder(52.434985236831515, 6.829526424407959, function(evt) { 
Ti.API.info("reverse geolocation result2 = " + JSON.stringify(evt)); 
});
Titanium.Geolocation.reverseGeocoder(52.0440, 5.6364, function(evt) { 
Ti.API.info("reverse geolocation result3 = " + JSON.stringify(evt)); 
});
Titanium.Geolocation.reverseGeocoder(51.0440, 5.6364, function(evt) { 
Ti.API.info("reverse geolocation result4 = " + JSON.stringify(evt)); 
});

Comments

  1. Don Thorp 2011-04-15

    Slovenia seems to also be missing see http://developer.appcelerator.com/question/23071/reversegeocoder-does-not-resolve-certain-lonlat-values"> Q&A

  2. ctredway 2011-04-15

    Spain seems to be failing as well.
    http://helpdesk.appcelerator.net/tickets/2860">http://helpdesk.appcelerator.net/tickets/2860

  3. Stephen Tramer 2011-04-15

    This is a webservice, and not necessarily a mobile, bug. We need to figure out who handles these.

  4. rabu 2011-04-15

    Just a small note, reverseGeocoder (Titanium.Geolocation.reverseGeocoder) is not yet documented.

  5. Don Thorp 2011-04-15

    @rabu thanks for letting us know. I've added #1966 to track that problem.

  6. Wilson Luu 2011-10-26

    Not valid, does not reproduce in: TiMOB sdk : 1.7.4.v20111025165811 Studio version : 1.0.6.201110251616 OS Version : Snow Leopard 10.6.8 Devices tested on: iPhone 3.1.2, iPhone 5.0, iPad 5.0

JSON Source