Class AerisPolyline
- java.lang.Object
-
- com.aerisweather.aeris.maps.markers.AerisOverlayLocations
-
- com.aerisweather.aeris.maps.markers.AerisPolyline
-
public class AerisPolyline extends AerisOverlayLocations
-
-
Field Summary
-
Fields inherited from class com.aerisweather.aeris.maps.markers.AerisOverlayLocations
locations
-
-
Constructor Summary
Constructors Constructor Description AerisPolyline(List<com.aerisweather.aeris.model.CellLocation> locs, com.aerisweather.aeris.model.AerisLocation loc, int color)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.android.gms.maps.model.PolylineOptions
getGooglePolyline()
void
setLineWidth(float width)
-
Methods inherited from class com.aerisweather.aeris.maps.markers.AerisOverlayLocations
getListOfLocation, getLocations
-
-
-
-
Constructor Detail
-
AerisPolyline
public AerisPolyline(List<com.aerisweather.aeris.model.CellLocation> locs, com.aerisweather.aeris.model.AerisLocation loc, int color)
-
-