Uses of Class
org.robovm.apple.mapkit.MKUserTrackingMode
| Package | Description |
|---|---|
| org.robovm.apple.mapkit |
-
Uses of MKUserTrackingMode in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit that return MKUserTrackingMode Modifier and Type Method Description MKUserTrackingModeMKMapView. getUserTrackingMode()static MKUserTrackingModeMKUserTrackingMode. valueOf(long n)Returns the enum constant of this type with the specified name.static MKUserTrackingModeMKUserTrackingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MKUserTrackingMode[]MKUserTrackingMode. 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 MKUserTrackingMode Modifier and Type Method Description voidMKMapViewDelegate. didChangeUserTrackingMode(MKMapView mapView, MKUserTrackingMode mode, boolean animated)voidMKMapViewDelegateAdapter. didChangeUserTrackingMode(MKMapView mapView, MKUserTrackingMode mode, boolean animated)voidMKMapView. setUserTrackingMode(MKUserTrackingMode v)voidMKMapView. setUserTrackingMode(MKUserTrackingMode mode, boolean animated)