Class AerisPolygon
- java.lang.Object
-
- com.aerisweather.aeris.maps.markers.AerisOverlayLocations
-
- com.aerisweather.aeris.maps.markers.AerisPolygon
-
public class AerisPolygon extends AerisOverlayLocations
-
-
Field Summary
-
Fields inherited from class com.aerisweather.aeris.maps.markers.AerisOverlayLocations
locations
-
-
Constructor Summary
Constructors Constructor Description AerisPolygon(double[][] cones, int fill, int stroke)
AerisPolygon(com.aerisweather.aeris.model.GeoPolygon polygon, int fill, int stroke)
AerisPolygon(String polygon, int fill, int stroke)
Initialize the list with the string list of locations, fill color and stroke color.AerisPolygon(ArrayList coordinateList, int fill, int stroke)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.android.gms.maps.model.PolygonOptions
getGooglePolygon()
void
setStrokeWidth(float width)
-
Methods inherited from class com.aerisweather.aeris.maps.markers.AerisOverlayLocations
getListOfLocation, getLocations
-
-
-
-
Constructor Detail
-
AerisPolygon
public AerisPolygon(String polygon, int fill, int stroke)
Initialize the list with the string list of locations, fill color and stroke color.- Parameters:
polygon
- string polygon to obtain locations from.fill
- fill color to use.stroke
- stroke color to use.
-
AerisPolygon
public AerisPolygon(com.aerisweather.aeris.model.GeoPolygon polygon, int fill, int stroke)
-
AerisPolygon
public AerisPolygon(ArrayList coordinateList, int fill, int stroke)
-
AerisPolygon
public AerisPolygon(double[][] cones, int fill, int stroke)
-
-