-
Methods in org.robovm.apple.carplay with parameters of type CPManeuver
| Modifier and Type |
Method |
Description |
void |
CPApplicationDelegate.didSelectManeuver(UIApplication application,
CPManeuver maneuver) |
Deprecated.
|
void |
CPApplicationDelegateAdapter.didSelectManeuver(UIApplication application,
CPManeuver maneuver) |
|
void |
CPTemplateApplicationSceneDelegate.didSelectManeuver(CPTemplateApplicationScene templateApplicationScene,
CPManeuver maneuver) |
|
void |
CPTemplateApplicationSceneDelegateAdapter.didSelectManeuver(CPTemplateApplicationScene templateApplicationScene,
CPManeuver maneuver) |
|
CPManeuverDisplayStyle |
CPMapTemplateDelegate.displayStyle(CPMapTemplate mapTemplate,
CPManeuver maneuver) |
|
CPManeuverDisplayStyle |
CPMapTemplateDelegateAdapter.displayStyle(CPMapTemplate mapTemplate,
CPManeuver maneuver) |
|
boolean |
CPMapTemplateDelegate.shouldShowNotificationForManeuver(CPMapTemplate mapTemplate,
CPManeuver maneuver) |
|
boolean |
CPMapTemplateDelegateAdapter.shouldShowNotificationForManeuver(CPMapTemplate mapTemplate,
CPManeuver maneuver) |
|
boolean |
CPMapTemplateDelegate.shouldUpdateNotificationForManeuver(CPMapTemplate mapTemplate,
CPManeuver maneuver,
CPTravelEstimates travelEstimates) |
|
boolean |
CPMapTemplateDelegateAdapter.shouldUpdateNotificationForManeuver(CPMapTemplate mapTemplate,
CPManeuver maneuver,
CPTravelEstimates travelEstimates) |
|
void |
CPNavigationSession.updateTravelEstimates(CPTravelEstimates estimates,
CPManeuver maneuver) |
|