Uses of Class
org.robovm.apple.mapkit.MKMapType
| Package | Description |
|---|---|
| org.robovm.apple.mapkit |
-
Uses of MKMapType in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit that return MKMapType Modifier and Type Method Description MKMapTypeMKLaunchOptions. getMapType()MKMapTypeMKMapSnapshotOptions. getMapType()MKMapTypeMKMapView. getMapType()static MKMapTypeMKMapType. valueOf(long n)Returns the enum constant of this type with the specified name.static MKMapTypeMKMapType. valueOf(String name)Returns the enum constant of this type with the specified name.static MKMapType[]MKMapType. 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 MKMapType Modifier and Type Method Description MKLaunchOptionsMKLaunchOptions. setMapType(MKMapType mapType)voidMKMapSnapshotOptions. setMapType(MKMapType v)voidMKMapView. setMapType(MKMapType v)