[TIMOB-438] reverse geo not working for netherlands long/lat
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-10-26T15:27:05.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Backlog |
Components | iOS |
Labels | geolocation |
Reporter | Nolan Wright |
Assignee | Jeff Haynie |
Created | 2011-04-15T02:29:21.000+0000 |
Updated | 2011-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));
});
Slovenia seems to also be missing see http://developer.appcelerator.com/question/23071/reversegeocoder-does-not-resolve-certain-lonlat-values"> Q&A
Spain seems to be failing as well.
http://helpdesk.appcelerator.net/tickets/2860">http://helpdesk.appcelerator.net/tickets/2860
This is a webservice, and not necessarily a mobile, bug. We need to figure out who handles these.
Just a small note, reverseGeocoder (Titanium.Geolocation.reverseGeocoder) is not yet documented.
@rabu thanks for letting us know. I've added #1966 to track that problem.
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