Package org.robovm.apple.mapkit
Class MKLaunchOptions
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.mapkit.MKLaunchOptions
public class MKLaunchOptions extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMKLaunchOptions.AsListMarshalerstatic classMKLaunchOptions.Keysstatic classMKLaunchOptions.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description MKLaunchOptions() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)MKMapCameragetCamera()MKDirectionsModegetDirectionsMode()CLLocationCoordinate2DgetMapCenter()MKCoordinateSpangetMapSpan()MKMapTypegetMapType()booleanhas(NSString key)MKLaunchOptionsset(NSString key, NSObject value)MKLaunchOptionssetCamera(MKMapCamera camera)MKLaunchOptionssetDirectionsMode(MKDirectionsMode directionsMode)MKLaunchOptionssetMapCenter(CLLocationCoordinate2D mapCenter)MKLaunchOptionssetMapSpan(MKCoordinateSpan mapSpan)MKLaunchOptionssetMapType(MKMapType mapType)MKLaunchOptionssetShowsTraffic(boolean showsTraffic)booleanshowsTraffic()Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
MKLaunchOptions
public MKLaunchOptions()
-
-
Method Details
-
has
-
get
-
set
-
getDirectionsMode
-
setDirectionsMode
-
getMapType
-
setMapType
-
showsTraffic
public boolean showsTraffic() -
setShowsTraffic
-
getMapCenter
-
setMapCenter
-
getMapSpan
-
setMapSpan
-
getCamera
-
setCamera
-