POIInfoViewControllerDelegate
public protocol POIInfoViewControllerDelegate : AnyObject
-
Declaration
Swift
func moveUp(amount: CGFloat, maxHeight: CGFloat, actionAtMaximumPoint: (() -> ())?) -
Declaration
Swift
func moveDown(amount: CGFloat, minHeight: CGFloat, actionAtMinimumPoint: (() -> ())?) -
Declaration
Swift
func selectedEntityVisibleHeight() -> CGFloat -
Declaration
Swift
func addToItineraryPOI(searchEntity: Searchable) -
Declaration
Swift
func navigateToPOI(searchEntity: Searchable) -
Declaration
Swift
func navigateToCampaignEntity(searchEntity: Campaign) -
Declaration
Swift
func showItineraryListPOI() -
Declaration
Swift
func deleteTagFromPOIScreen(tag: MNTag)
POIInfoViewControllerDelegate Protocol Reference