Zn2O / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Placemark object methods are biased toward US address terminology #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
r304

Detailed description:
The names of the methods in the Placemark object show a bias toward the US 
address scheme.

Workaround if you have one:
patch for issue103 includes a 'getJso' that you can use with the JSON api to 
parse through the 
object manually.

Links to the relevant GWT Developer Forum posts:

Original issue reported on code.google.com by ericzun...@gmail.com on 2 Jun 2008 at 8:50

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 2 Jun 2008 at 8:52

GoogleCodeExporter commented 9 years ago
Note for this issue:  Refactor the Placemark class to make use of the JavaScript
overlay feature in GWT 1.5.  Since Placemark is actually a JSON object, this is 
a
perfect application for using overlays.

Original comment by galgwt.reviews@gmail.com on 5 Jun 2008 at 7:58

GoogleCodeExporter commented 9 years ago
Perhaps we can get through the RC without this.  Placemark is final so we could 
make it into an overlay type in 
the future.  And getJso allows you to use an overlay type if you really to.

Original comment by mmendez+personal@google.com on 16 Jun 2008 at 2:49

GoogleCodeExporter commented 9 years ago
Changed to a JavaScript overlay and exposed with names that match the xAL 
standards.

Original comment by galgwt.reviews@gmail.com on 11 Sep 2008 at 7:11

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 11 Dec 2008 at 3:10

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 21 Dec 2009 at 1:57