Class StyleRules
java.lang.Object
com.flowingcode.vaadin.addons.googlemaps.maptypestyle.StyleRules
- All Implemented Interfaces:
Serializable
Representation of the formatting options that can be applied to map features and elements.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected elemental.json.JsonArraygetJson()ConvertsStyleRulesto a JSON array.
-
Constructor Details
-
StyleRules
public StyleRules()
-
-
Method Details
-
getJson
protected elemental.json.JsonArray getJson()ConvertsStyleRulesto a JSON array.- Returns:
- a
JsonArrayrepresenting the style rules array
-