Class AerisOverlayLocations
- java.lang.Object
-
- com.aerisweather.aeris.maps.markers.AerisOverlayLocations
-
- Direct Known Subclasses:
AerisPolygon
,AerisPolyline
public class AerisOverlayLocations extends Object
-
-
Constructor Summary
Constructors Constructor Description AerisOverlayLocations(List<com.aerisweather.aeris.model.AerisLocation> locations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.android.gms.maps.model.LatLng[]
getListOfLocation()
List<com.aerisweather.aeris.model.AerisLocation>
getLocations()
-
-
-
Field Detail
-
locations
protected final List<com.aerisweather.aeris.model.AerisLocation> locations
-
-
Constructor Detail
-
AerisOverlayLocations
public AerisOverlayLocations(List<com.aerisweather.aeris.model.AerisLocation> locations)
-
-
Method Detail
-
getListOfLocation
public com.google.android.gms.maps.model.LatLng[] getListOfLocation()
-
getLocations
public List<com.aerisweather.aeris.model.AerisLocation> getLocations()
-
-