Uses of Class
org.teamapps.ux.component.map.MapType
-
Packages that use MapType Package Description org.teamapps.ux.component.map -
-
Uses of MapType in org.teamapps.ux.component.map
Methods in org.teamapps.ux.component.map that return MapType Modifier and Type Method Description MapTypeMapView. getMapType()static MapTypeMapType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MapType[]MapType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.map with parameters of type MapType Modifier and Type Method Description voidMapView. setMapType(MapType mapType)
-