Package com.aerisweather.aeris.maps
Class AerisMapsEngine.FireOutlookInfo
- java.lang.Object
-
- com.aerisweather.aeris.maps.AerisMapsEngine.FireOutlookInfo
-
- Enclosing class:
- AerisMapsEngine
public class AerisMapsEngine.FireOutlookInfo 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 FireOutlookInfo(android.content.Context context, String name)
Initialize with values from xml
-
-
-
Constructor Detail
-
FireOutlookInfo
public FireOutlookInfo(android.content.Context context, String name)
Initialize with values from xml- Parameters:
context
- context to pull fromname
- name of the fire outlook type
-
-