{ "id": "61070", "key": "TIMOB-438", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11258", "description": "Holding Pen for Triaged Issues", "name": "Backlog", "archived": false, "released": false } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-10-26T15:27:05.000+0000", "created": "2011-04-15T02:29:21.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "geolocation" ], "versions": [], "issuelinks": [], "assignee": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2011-10-26T15:27:05.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}
code from community member:
\nTitanium.Geolocation.reverseGeocoder(53.0440, 5.3364,\nfunction(evt) {
Ti.API.info(\"reverse geolocation result1 = \"\n+ JSON.stringify(evt));
});
\nTitanium.Geolocation.reverseGeocoder(52.434985236831515,\n6.829526424407959, function(evt) {
Ti.API.info(\"reverse\ngeolocation result2 = \" + JSON.stringify(evt));
});
\nTitanium.Geolocation.reverseGeocoder(52.0440, 5.6364, function(evt)\n{
Ti.API.info(\"reverse geolocation result3 = \" +\nJSON.stringify(evt));
});
\nTitanium.Geolocation.reverseGeocoder(51.0440, 5.6364, function(evt)\n{
Ti.API.info(\"reverse geolocation result4 = \" +\nJSON.stringify(evt));
});
Slovenia seems to also be missing see \nQ&A
Spain seems to be failing as well.
\nhttp://helpdesk.appcelerator.net/tickets/2860
This is a webservice, and not necessarily a mobile, bug. We need\nto figure out who handles these.
Just a small note, reverseGeocoder\n(Titanium.Geolocation.reverseGeocoder) is not yet documented.
@rabu thanks for letting us know. I've added #1966 to\ntrack that problem.