Hi everybody, just a simple question. Is it possible to easily
integrate a map created with 'My Maps' tool (http://maps.google.com/ help/maps/mymaps/create.html) in a GWT based web application?
I have tried with the GWT bindings for the google maps API but it
seems there is no way to do it.
I'm not sure if it's possible, but as a workaround, I will be
releasing a small javascript, ( > 5K), that uses the Maps API to place
a My Maps map on a page, if that helps.
The GGeoXml class of the Maps API (no idea of if this exposed via GMT
tho) - can directly consume the URL of the 'View in Google Earth' link
for a My Map.
This works as the Google Earth link is simply a KML file, and GGeoXML
is designed for reading KML files (and it follows the Network Link
too)
> Hi everybody, just a simple question. Is it possible to easily
> integrate a map created with 'My Maps' tool (http://maps.google.com/ > help/maps/mymaps/create.html) in a GWT based web application?
> I have tried with the GWT bindings for the google maps API but it
> seems there is no way to do it.
> Any help would be appreciated. Thanks in advance,
> The GGeoXml class of the Maps API (no idea of if this exposed via GMT
> tho) - can directly consume the URL of the 'View in Google Earth' link
> for a My Map.
> This works as the Google Earth link is simply a KML file, and GGeoXML
> is designed for reading KML files (and it follows the Network Link
> too)
> > Hi everybody, just a simple question. Is it possible to easily
> > integrate a map created with 'My Maps' tool (http://maps.google.com/ > > help/maps/mymaps/create.html) in a GWT based web application?
> > I have tried with the GWT bindings for the google maps API but it
> > seems there is no way to do it.
> > Any help would be appreciated. Thanks in advance,
> Hi Barry, thank you for youd advice, I loaded theMy Mapsasyou
> suggested and it worked fine.
> Umberto
> On Nov 21, 6:29 pm, "Barry Hunter" <barrybhun...@googlemail.com>
> wrote:
> > The GGeoXml class of the Maps API (no idea of if this exposed via GMT
> > tho) - can directly consume the URL of the 'View in Google Earth' link
> > for a My Map.
> > This worksas theGoogle Earth link is simply a KML file, and GGeoXML
> > is designed for reading KML files (and it follows the Network Link
> > too)
> > > Hi everybody, just a simple question. Is it possible to easily
> > > integrate a map created with 'My Maps' tool (http://maps.google.com/ > > > help/maps/mymaps/create.html) in a GWT based web application?
> > > I have tried with the GWT bindings for the google maps API but it
> > > seems there is no way to do it.
> > > Any help would be appreciated. Thanks in advance,