Uses of Class
org.robovm.apple.mapkit.MKAnnotationViewDragState
| Package | Description |
|---|---|
| org.robovm.apple.mapkit |
-
Uses of MKAnnotationViewDragState in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit that return MKAnnotationViewDragState Modifier and Type Method Description MKAnnotationViewDragStateMKAnnotationView. getDragState()static MKAnnotationViewDragStateMKAnnotationViewDragState. valueOf(long n)Returns the enum constant of this type with the specified name.static MKAnnotationViewDragStateMKAnnotationViewDragState. valueOf(String name)Returns the enum constant of this type with the specified name.static MKAnnotationViewDragState[]MKAnnotationViewDragState. 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 MKAnnotationViewDragState Modifier and Type Method Description voidMKMapViewDelegate. didChangeDragState(MKMapView mapView, MKAnnotationView view, MKAnnotationViewDragState newState, MKAnnotationViewDragState oldState)voidMKMapViewDelegateAdapter. didChangeDragState(MKMapView mapView, MKAnnotationView view, MKAnnotationViewDragState newState, MKAnnotationViewDragState oldState)voidMKAnnotationView. setDragState(MKAnnotationViewDragState v)voidMKAnnotationView. setDragState(MKAnnotationViewDragState newDragState, boolean animated)