Uses of Class
org.robovm.apple.carplay.CPRouteChoice
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPRouteChoice in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return types with arguments of type CPRouteChoice Modifier and Type Method Description NSArray<CPRouteChoice>CPTrip. getRouteChoices()Methods in org.robovm.apple.carplay with parameters of type CPRouteChoice Modifier and Type Method Description voidCPMapTemplateDelegate. selectedPreviewForTrip(CPMapTemplate mapTemplate, CPTrip trip, CPRouteChoice routeChoice)voidCPMapTemplateDelegateAdapter. selectedPreviewForTrip(CPMapTemplate mapTemplate, CPTrip trip, CPRouteChoice routeChoice)voidCPMapTemplateDelegate. startedTrip(CPMapTemplate mapTemplate, CPTrip trip, CPRouteChoice routeChoice)voidCPMapTemplateDelegateAdapter. startedTrip(CPMapTemplate mapTemplate, CPTrip trip, CPRouteChoice routeChoice)Method parameters in org.robovm.apple.carplay with type arguments of type CPRouteChoice Modifier and Type Method Description protected longCPTrip. init(MKMapItem origin, MKMapItem destination, NSArray<CPRouteChoice> routeChoices)Constructor parameters in org.robovm.apple.carplay with type arguments of type CPRouteChoice Constructor Description CPTrip(MKMapItem origin, MKMapItem destination, NSArray<CPRouteChoice> routeChoices)