You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Chris <ch...@gmx.at> on 2015/02/01 19:19:38 UTC

GMap3 - Show title of markers permanently

Hi all,

I am using GMap3 from Wickestuff.
Markers are defined as follows, whereby the title is displayed as tooltip in the google map image:
GOverlay marker = new GMarker(new GMarkerOptions(map, new GLatLng(lat, long), „Title", icon, null));
Is there a way to display the titles permanent and not only as tooltip?

Thanks a lot,
Chris



Re: GMap3 - Show title of markers permanently

Posted by Chris <ch...@gmx.at>.
Thanks a lot!

Chris

> Am 02.02.2015 um 08:12 schrieb Martin Grigorov <mgrigorov@apache.org <ma...@apache.org>>:
> 
> aps v3 JS API and if there is a way
> then look in WicketStuff integration to apply it.


Re: GMap3 - Show title of markers permanently

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

I think you should consult with Google Maps v3 JS API and if there is a way
then look in WicketStuff integration to apply it.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Sun, Feb 1, 2015 at 8:19 PM, Chris <ch...@gmx.at> wrote:

> Hi all,
>
> I am using GMap3 from Wickestuff.
> Markers are defined as follows, whereby the title is displayed as tooltip
> in the google map image:
> GOverlay marker = new GMarker(new GMarkerOptions(map, new GLatLng(lat,
> long), „Title", icon, null));
> Is there a way to display the titles permanent and not only as tooltip?
>
> Thanks a lot,
> Chris
>
>
>