org.wicketstuff.gmap.api
Class GMarkerCluster

java.lang.Object
  extended by org.wicketstuff.gmap.api.GMarkerCluster
All Implemented Interfaces:
Serializable

public class GMarkerCluster
extends Object
implements Serializable

Clusters markers into groups. Supports the use of an options object to adapt settings. It's grouping all the overlays/markers which are shown on the map currently. This can be improved by giving a dedicated list of markers for grouping if needed. http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/docs/reference.html

Author:
Rob Sonke
See Also:
Serialized Form

Constructor Summary
GMarkerCluster(GMap map)
           
GMarkerCluster(GMap map, GMarkerClusterOptions options)
           
 
Method Summary
 String getJSconstructor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMarkerCluster

public GMarkerCluster(GMap map)

GMarkerCluster

public GMarkerCluster(GMap map,
                      GMarkerClusterOptions options)
Method Detail

getJSconstructor

public String getJSconstructor()


Copyright © 2014. All rights reserved.