Uses of Class
com.google.gwt.maps.client.visualizationlib.WeightedLocation

Packages that use WeightedLocation
com.google.gwt.maps.client.visualizationlib   
 

Uses of WeightedLocation in com.google.gwt.maps.client.visualizationlib
 

Methods in com.google.gwt.maps.client.visualizationlib that return WeightedLocation
static WeightedLocation WeightedLocation.newInstance(LatLng location, double weight)
          A data point entry for a heatmap.
 

Methods in com.google.gwt.maps.client.visualizationlib that return types with arguments of type WeightedLocation
 MVCArray<WeightedLocation> HeatMapLayer.getDataWeighted()
          Returns the data points currently displayed by this heatmap.
 

Method parameters in com.google.gwt.maps.client.visualizationlib with type arguments of type WeightedLocation
 void HeatMapLayer.setDataWeighted(JsArray<WeightedLocation> dataPoints)
          Sets the data points to be displayed by this heatmap.
NOTE: To clear the map points, set equal to an empty array.
 void HeatMapLayer.setDataWeighted(MVCArray<WeightedLocation> dataPoints)
          Sets the data points to be displayed by this heatmap.
NOTE: To clear the map points, set equal to an empty array.
 



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.