Uses of Class
org.robovm.apple.mapkit.MKFeatureVisibility
| Package | Description |
|---|---|
| org.robovm.apple.mapkit |
-
Uses of MKFeatureVisibility in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit that return MKFeatureVisibility Modifier and Type Method Description MKFeatureVisibilityMKCompassButton. getCompassVisibility()MKFeatureVisibilityMKScaleView. getScaleVisibility()MKFeatureVisibilityMKMarkerAnnotationView. getSubtitleVisibility()MKFeatureVisibilityMKMarkerAnnotationView. getTitleVisibility()static MKFeatureVisibilityMKFeatureVisibility. valueOf(long n)Returns the enum constant of this type with the specified name.static MKFeatureVisibilityMKFeatureVisibility. valueOf(String name)Returns the enum constant of this type with the specified name.static MKFeatureVisibility[]MKFeatureVisibility. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.mapkit with parameters of type MKFeatureVisibility Modifier and Type Method Description voidMKCompassButton. setCompassVisibility(MKFeatureVisibility v)voidMKScaleView. setScaleVisibility(MKFeatureVisibility v)voidMKMarkerAnnotationView. setSubtitleVisibility(MKFeatureVisibility v)voidMKMarkerAnnotationView. setTitleVisibility(MKFeatureVisibility v)