POIInfoViewController
public class POIInfoViewController : UIViewControllerextension POIInfoViewController : UICollectionViewDelegate, UICollectionViewDataSourceextension POIInfoViewController : UICollectionViewDelegateFlowLayoutextension POIInfoViewController: UITableViewDelegate, UITableViewDataSourceextension POIInfoViewController: SFSafariViewControllerDelegateextension POIInfoViewController : UIGestureRecognizerDelegate- 
                  
                  DeclarationSwift public weak var delegate: POIInfoViewControllerDelegate?
- 
                  
                  DeclarationSwift public var currentViewHeight: CurrentViewHeights
- 
                  
                  DeclarationSwift public var locationMarketingDelegate: LocationMarketingCreativeDelegate!
- 
                  
                  DeclarationSwift public var isViewToBePushed: Bool
- 
                  
                  DeclarationSwift public static func instantiateViewController(searchEntity: MapSelectableEntity) -> UIViewController?
- 
                  
                  DeclarationSwift public override func viewDidLoad()
- 
                  
                  DeclarationSwift public override func viewWillAppear(_ animated: Bool)
- 
                  
                  DeclarationSwift public override func viewWillDisappear(_ animated: Bool)
- 
                  
                  DeclarationSwift public override func didMove(toParent parent: UIViewController?)
- 
                  
                  DeclarationSwift public func updateBuildingName(buildingName: String?)
- 
                  
                  DeclarationSwift public func updateEntityInfo(searchEntity: MapSelectableEntity)
- 
                  
                  DeclarationSwift public func getTypeOfInfoBeingShown() -> ModelType?
- 
                  
                  DeclarationSwift public func getBuildingName(propertyId: Int?, buildingId: Int) -> String
- 
                  
                  DeclarationSwift public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int
- 
                  
                  DeclarationSwift public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell
- 
                  
                  DeclarationSwift public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize
- 
                  
                  DeclarationSwift public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, insetForSectionAt section: Int) -> UIEdgeInsets
- 
                  
                  DeclarationSwift public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat
- 
                  
                  DeclarationSwift public func numberOfSections(in tableView: UITableView) -> Int
- 
                  
                  DeclarationSwift public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
- 
                  
                  DeclarationSwift public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
- 
                  
                  DeclarationSwift public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
- 
                  
                  DeclarationSwift public func safariViewControllerDidFinish(_ controller: SFSafariViewController)
- 
                  
                  DeclarationSwift public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool
 POIInfoViewController Class Reference
      POIInfoViewController Class Reference