BeCoDelegate

@objc
public protocol BeCoDelegate : NSObjectProtocol

BeCoDelegate

  • BeCo delegate callbacks
  • Version

    1.0
    • 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.