{ "id": "61404", "key": "TIMOB-772", "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-07-28T16:55:19.000+0000", "created": "2011-04-15T02:36:05.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "gps", "ios", "location", "maps", "reversegeocoder" ], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-07-28T16:55:19.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}

Hi,

\n

I noticed frequent crashing today in my apps while they used\nreverseGeocoder and it took me a while to realise what the issue\nwas: the 'Appclerator cloud' is down.

\n

After inspecting GeolocationModule.m I see that it uses http://api.appcelerator.net/p/v1/geo\nas its endpoint to get data. Since the site was down and the app\nhas no way of dealing with outage such as this, I wonder if it's\npossible for a developer to override this and use another, such as\nGoogle's service (which would make sense, given that the Maps use\nthem too)

\n

\nhttp://code.google.com/apis/maps/documentation/geocoding/index.html...

\n

eg: To get the place details from latlng we could use:

\n

json : \nhttp://maps.google.com/maps/api/geocode/json?latlng=40.714224,-73.9...
\nxml : \nhttp://maps.google.com/maps/api/geocode/xml?latlng=40.714224,-73.96...

\n

(Note 'sensor' must be set to either true or false)

\n

The Google Geocoding API no longer needs a Maps API key, so this\nshould be easy to implement surely? (Or does the terms and\nconditions 'require' that this data is always used in conjuction\nwith a map display?

{html}", "attachment": [], "flagged": false, "summary": "reverseGeocoder needs to have definable endpoint ie: not api.appcelerator.net ", "creator": { "name": "kosso", "key": "kosso", "displayName": "kosso", "active": true, "timeZone": "Europe/London" }, "subtasks": [], "reporter": { "name": "kosso", "key": "kosso", "displayName": "kosso", "active": true, "timeZone": "Europe/London" }, "environment": null, "comment": { "comments": [ { "id": "123998", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

This is still an issue for any services which use the\nAppcelerator servers, including analytics.

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:36:06.000+0000", "updated": "2011-04-15T02:36:06.000+0000" }, { "id": "161043", "author": { "name": "vsingh", "key": "vsingh", "displayName": "Vikramjeet Singh", "active": true, "timeZone": "America/Los_Angeles" }, "body": " Bug Scrub: Valid. No test case exists", "updateAuthor": { "name": "vsingh", "key": "vsingh", "displayName": "Vikramjeet Singh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-07-28T16:55:19.000+0000", "updated": "2011-07-28T16:55:19.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }