Uses of Class
org.robovm.apple.carplay.CPPointOfInterest
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPPointOfInterest in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return types with arguments of type CPPointOfInterest Modifier and Type Method Description NSArray<CPPointOfInterest>CPPointOfInterestTemplate. getPointsOfInterest()Methods in org.robovm.apple.carplay with parameters of type CPPointOfInterest Modifier and Type Method Description voidCPPointOfInterestTemplateDelegate. didSelectPointOfInterest(CPPointOfInterestTemplate pointOfInterestTemplate, CPPointOfInterest pointOfInterest)voidCPPointOfInterestTemplateDelegateAdapter. didSelectPointOfInterest(CPPointOfInterestTemplate pointOfInterestTemplate, CPPointOfInterest pointOfInterest)Method parameters in org.robovm.apple.carplay with type arguments of type CPPointOfInterest Modifier and Type Method Description protected longCPPointOfInterestTemplate. init(String title, NSArray<CPPointOfInterest> pointsOfInterest, long selectedIndex)voidCPPointOfInterestTemplate. setPointsOfInterest(NSArray<CPPointOfInterest> pointsOfInterest, long selectedIndex)Constructor parameters in org.robovm.apple.carplay with type arguments of type CPPointOfInterest Constructor Description CPPointOfInterestTemplate(String title, NSArray<CPPointOfInterest> pointsOfInterest, long selectedIndex)