Uses of Enum Class
eu.webtoolkit.jwt.GoogleMapsVersion
Packages that use GoogleMapsVersion
-
Uses of GoogleMapsVersion in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return GoogleMapsVersionModifier and TypeMethodDescriptionWGoogleMap.getApiVersion()Return the used Google Maps API version.static GoogleMapsVersionReturns the enum constant of this class with the specified name.static GoogleMapsVersion[]GoogleMapsVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eu.webtoolkit.jwt with parameters of type GoogleMapsVersionModifierConstructorDescriptionWGoogleMap(GoogleMapsVersion version) Creates a map widget with a version.WGoogleMap(GoogleMapsVersion version, WContainerWidget parentContainer) Creates a map widget with a version.