Zn2O / gwt-google-apis

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

Maps Getting Started example code does not work in RC290 #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release: RC290

Detailed description: Trying to follow the instructions in 
http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-
apis&t=MapsGettingStarted

Suggests the sample code for creating a new LatLng object as:

 LatLng cawkerCity = LatLng.newInstance(39.509,-98.434);

However, this gives errors when trying to use. (LatLng has no method 
newInstance(double, 
double).

Workaround if you have one:

LatLng cawkerCity = new LatLng(39.509,-98.434);

I assume this is a simple out-of-sync issues with RC290 vs. published docs. 

Original issue reported on code.google.com by ben.les...@gmail.com on 20 Sep 2008 at 3:39

GoogleCodeExporter commented 9 years ago
Just reading the release notes in the documentation makes the change clear. The 
only bug is the docs are at 1.0 
state, but the downloads page currently doesn't have a 1.0 release. Feel free 
to close.

Original comment by ben.les...@gmail.com on 20 Sep 2008 at 3:45

GoogleCodeExporter commented 9 years ago
Yes, we are preparing for an updated release and the docs are out of sync.  
Sorry 
for the confusion!

Original comment by galgwt.reviews@gmail.com on 20 Sep 2008 at 12:38

GoogleCodeExporter commented 9 years ago
Maps 1.0 RC1 released yesterday

Original comment by galgwt.reviews@gmail.com on 23 Sep 2008 at 10:25

GoogleCodeExporter commented 9 years ago
Updating account names

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