Package 

Class WeightedLatLng

    • Method Summary

      Modifier and Type Method Description
      final LatLng getLatLng()
      Point getPoint()
      final Double getIntensity()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WeightedLatLng

        WeightedLatLng(LatLng latLng, Double intensity)
        Constructor that uses default value for intensity
        Parameters:
        latLng - LatLng to add to wrapper
      • WeightedLatLng

        WeightedLatLng(LatLng latLng)
        Constructor that uses default value for intensity
        Parameters:
        latLng - LatLng to add to wrapper
      • WeightedLatLng

        WeightedLatLng(LatLng latLng, Point point, Double intensity)