public interface CPPointOfInterestTemplateDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
pointOfInterestTemplateDidChangeMapRegion(CPPointOfInterestTemplate pointOfInterestTemplate,
MKCoordinateRegion region)
The user has changed the map region on the @c CPPointOfInterestTemplate.
|
default void |
pointOfInterestTemplateDidSelectPointOfInterest(CPPointOfInterestTemplate pointOfInterestTemplate,
CPPointOfInterest pointOfInterest)
The user has selected the @c pointOfInterest and the details are being shown.
|
void pointOfInterestTemplateDidChangeMapRegion(CPPointOfInterestTemplate pointOfInterestTemplate, MKCoordinateRegion region)
default void pointOfInterestTemplateDidSelectPointOfInterest(CPPointOfInterestTemplate pointOfInterestTemplate, CPPointOfInterest pointOfInterest)