Uses of Enum
com.flowingcode.vaadin.addons.googlemaps.GoogleMap.MapType
Packages that use GoogleMap.MapType
-
Uses of GoogleMap.MapType in com.flowingcode.vaadin.addons.googlemaps
Methods in com.flowingcode.vaadin.addons.googlemaps that return GoogleMap.MapTypeModifier and TypeMethodDescriptionGoogleMap.getMapType()Returns the current type of the base map.static GoogleMap.MapTypeReturns the enum constant of this type with the specified name.static GoogleMap.MapType[]GoogleMap.MapType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flowingcode.vaadin.addons.googlemaps with parameters of type GoogleMap.MapTypeModifier and TypeMethodDescriptionvoidGoogleMap.setMapType(GoogleMap.MapType type) Sets the type of the base map.