BeCoDelegate
@objc
public protocol BeCoDelegate : NSObjectProtocol
BeCoDelegate
Version
1.0Copyright
Copyright © 2019 GlobeCo Technologies Pvt Ltd. All rights reserved.-
BeCo didFailed:
- Set site will load curresponding site data in your map view
Declaration
Swift
@objc func beco(_ beCo: BeCo, didFailedWith error: Error)
Parameters
beCo
BeCo Object
error
BEErrors (BEFailedToFetchSites,BEInvalidToken)
-
BeCo didFindSites:
- Set site will load curresponding site data in your map view
Declaration
Swift
@objc func beco(didFindSites sites: BESites, around location: CLLocation)
Parameters
sites
List of BESite
location
CLLocation object.