PointOfInterestManagerDelegate
public protocol PointOfInterestManagerDelegate : AnyObject
                - 
                  
pointOfInterestManager(_:Default implementationdidSelectPointOfInterest: ) Default Implementation
Declaration
Swift
func pointOfInterestManager(_ manager: PointOfInterestManager, didSelectPointOfInterest poi: PointOfInterest) - 
                  
pointOfInterestManager(_:Default implementationdidUnselectPointOfInterest: ) Default Implementation
Declaration
Swift
func pointOfInterestManager(_ manager: PointOfInterestManager, didUnselectPointOfInterest poi: PointOfInterest) - 
                  
pointOfInterestManager(_:Default implementationdidTouchPointOfInterest: ) Default Implementation
Declaration
Swift
func pointOfInterestManager(_ manager: PointOfInterestManager, didTouchPointOfInterest poi: PointOfInterest) 
            View on GitHub