Uses of Class
org.robovm.apple.mapkit.MKMapItem
| Package | Description |
|---|---|
| org.robovm.apple.carplay | |
| org.robovm.apple.eventkit | |
| org.robovm.apple.mapkit |
-
Uses of MKMapItem in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return MKMapItem Modifier and Type Method Description MKMapItemCPTrip. getDestination()MKMapItemCPPointOfInterest. getLocation()MKMapItemCPTrip. getOrigin()Methods in org.robovm.apple.carplay with parameters of type MKMapItem Modifier and Type Method Description protected longCPPointOfInterest. init(MKMapItem location, String title, String subtitle, String summary, String detailTitle, String detailSubtitle, String detailSummary, UIImage pinImage)protected longCPTrip. init(MKMapItem origin, MKMapItem destination, NSArray<CPRouteChoice> routeChoices)voidCPPointOfInterest. setLocation(MKMapItem v)Constructors in org.robovm.apple.carplay with parameters of type MKMapItem Constructor Description CPPointOfInterest(MKMapItem location, String title, String subtitle, String summary, String detailTitle, String detailSubtitle, String detailSummary, UIImage pinImage)CPTrip(MKMapItem origin, MKMapItem destination, NSArray<CPRouteChoice> routeChoices) -
Uses of MKMapItem in org.robovm.apple.eventkit
Methods in org.robovm.apple.eventkit with parameters of type MKMapItem Modifier and Type Method Description protected static longEKStructuredLocation. create(MKMapItem mapItem)Constructors in org.robovm.apple.eventkit with parameters of type MKMapItem Constructor Description EKStructuredLocation(MKMapItem mapItem) -
Uses of MKMapItem in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit that return MKMapItem Modifier and Type Method Description static MKMapItemMKMapItem. createProviderDataObject(NSData data, String typeIdentifier)MKMapItemMKDirectionsRequest. getDestination()MKMapItemMKDirectionsResponse. getDestination()MKMapItemMKETAResponse. getDestination()static MKMapItemMKMapItem. getMapItemForCurrentLocation()MKMapItemMKDirectionsRequest. getSource()MKMapItemMKDirectionsResponse. getSource()MKMapItemMKETAResponse. getSource()Methods in org.robovm.apple.mapkit that return types with arguments of type MKMapItem Modifier and Type Method Description NSArray<MKMapItem>MKLocalSearchResponse. getMapItems()Methods in org.robovm.apple.mapkit with parameters of type MKMapItem Modifier and Type Method Description voidMKDirectionsRequest. setDestination(MKMapItem v)voidMKDirectionsRequest. setSource(MKMapItem v)Method parameters in org.robovm.apple.mapkit with type arguments of type MKMapItem Modifier and Type Method Description static voidMKMapItem. openMaps(NSArray<MKMapItem> mapItems, NSDictionary<NSString,?> launchOptions, UIScene scene, VoidBooleanBlock completion)static booleanMKMapItem. openMaps(NSArray<MKMapItem> mapItems, MKLaunchOptions launchOptions)