Uses of Enum
com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Packages that use FeatureType
-
Uses of FeatureType in com.flowingcode.vaadin.addons.googlemaps.maptypestyle
Methods in com.flowingcode.vaadin.addons.googlemaps.maptypestyle that return FeatureTypeModifier and TypeMethodDescriptionstatic FeatureTypeReturns the enum constant of this type with the specified name.static FeatureType[]FeatureType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.flowingcode.vaadin.addons.googlemaps.maptypestyle with parameters of type FeatureTypeModifierConstructorDescriptionMapStyle(FeatureType featureType, ElementType elementType, StyleRules styleRules) Creates a newMapStylewith the specified feature type, element type, and style rules.MapStyle(FeatureType featureType, StyleRules styleRules) Creates a newMapStylewith the specified feature type and style rules.