Package com.aerisweather.aeris.maps
Class AerisMapsEngine.WarningInfo
- java.lang.Object
-
- com.aerisweather.aeris.maps.AerisMapsEngine.WarningInfo
-
- Enclosing class:
- AerisMapsEngine
public class AerisMapsEngine.WarningInfo extends Object
Wrapper class to hold customization info for warning polygons.
-
-
Field Summary
Fields Modifier and Type Field Description intfillColorintlineColorfloatstrokeWidth
-
Constructor Summary
Constructors Constructor Description WarningInfo(android.content.Context context, String name)Initialize with values from xml
-
-
-
Constructor Detail
-
WarningInfo
public WarningInfo(android.content.Context context, String name)Initialize with values from xml- Parameters:
context- context to pull fromname- name of the warning ("flood","tornado","thunderstorm")
-
-