Package com.aerisweather.aeris.maps
Class AerisMapsEngine.DroughtMonitorInfo
- java.lang.Object
-
- com.aerisweather.aeris.maps.AerisMapsEngine.DroughtMonitorInfo
-
- Enclosing class:
- AerisMapsEngine
public class AerisMapsEngine.DroughtMonitorInfo extends Object
Wrapper class to hold customization info for drought monitor polygons.
-
-
Field Summary
Fields Modifier and Type Field Description int
fillColor
int
lineColor
float
strokeWidth
-
Constructor Summary
Constructors Constructor Description DroughtMonitorInfo(android.content.Context context, String name)
Initialize with values from xml
-
-
-
Constructor Detail
-
DroughtMonitorInfo
public DroughtMonitorInfo(android.content.Context context, String name)
Initialize with values from xml- Parameters:
context
- context to pull fromname
- name of the drought monitor type ("abnormal","moderate","severe"...)
-
-