Hi, String address = ... GLatLng latLng = serverGeocoder.findAddress(address); map.addOverlay(new GMarker(latLng));
On Wed, Oct 16, 2013 at 2:03 PM, Dirk Forchel <dirk.forc...@exedio.com>wrote: > Hi, > I'm a newbie to all the Google Maps API stuff and I've noticed that a > wicket-stuff project (gmap3) could help me to show a Google Map with a list > of shops for a known business company. I found an example on this french > page http://www.bebecash.com/Magasins/ which is similar to our tasks. > And I > know it exists a geocode example within the wicket-stuff gmap3 project > which, I think, is a good starting point. > What would be the prefered way to feed the GeoCoder with the location data? > And what is the right way to hook in my data. > Any hints? > Thanks, > Dirk > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/gmap3-Geocoder-and-list-of-locations-tp4661836.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >