Package org.robovm.apple.carplay
Interface CPPointOfInterestTemplateDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
CPPointOfInterestTemplateDelegateAdapter
public interface CPPointOfInterestTemplateDelegate extends NSObjectProtocol
- Since:
- Available in iOS 14.0 and later.
-
Method Summary
Modifier and Type Method Description voiddidChangeMapRegion(CPPointOfInterestTemplate pointOfInterestTemplate, MKCoordinateRegion region)voiddidSelectPointOfInterest(CPPointOfInterestTemplate pointOfInterestTemplate, CPPointOfInterest pointOfInterest)
-
Method Details
-
didChangeMapRegion
void didChangeMapRegion(CPPointOfInterestTemplate pointOfInterestTemplate, MKCoordinateRegion region) -
didSelectPointOfInterest
void didSelectPointOfInterest(CPPointOfInterestTemplate pointOfInterestTemplate, CPPointOfInterest pointOfInterest)
-