LocationSearchDelegate
protocol LocationSearchDelegate : AnyObject
                Receive notification of a Country or Location selection
- 
                  
                  
Handle a location selection
Declaration
Swift
func locationSearch(controller: RealmSearchViewController, didSelect item: Object)Parameters
controllersource of selection
itemCountry or Location selected
 
            View on GitHub
          
      LocationSearchDelegate Protocol Reference