Package wicket.contrib.gmap.api

Examples of wicket.contrib.gmap.api.GMarker.addListener()


    final GMarker marker = new GMarker(topMap.getCenter(), options);
    final Label label = new Label("label", new PropertyModel<GLatLng>(marker,
        "latLng"));
    label.setOutputMarkupId(true);
    add(label);
    marker.addListener(GEvent.dragend, new GEventHandler()
    {
      private static final long serialVersionUID = 1L;

      @Override
      public void onEvent(AjaxRequestTarget target)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.