Uses of Class
org.robovm.apple.mapkit.MKOverlayLevel
| Package | Description |
|---|---|
| org.robovm.apple.mapkit |
-
Uses of MKOverlayLevel in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit that return MKOverlayLevel Modifier and Type Method Description static MKOverlayLevelMKOverlayLevel. valueOf(long n)Returns the enum constant of this type with the specified name.static MKOverlayLevelMKOverlayLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static MKOverlayLevel[]MKOverlayLevel. 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 MKOverlayLevel Modifier and Type Method Description voidMKMapView. addOverlay(MKOverlay overlay, MKOverlayLevel level)voidMKMapView. addOverlays(List<? extends MKOverlay> overlays, MKOverlayLevel level)List<? extends MKOverlay>MKMapView. getOverlays(MKOverlayLevel level)voidMKMapView. insertOverlay(MKOverlay overlay, long index, MKOverlayLevel level)