Extensions

The following extensions are available globally.

  • To import the CLGeocoder category:

    use_frameworks! pod CancelForPromiseKit/CoreLocation

    And then in your sources:

    import PromiseKit import CancelForPromiseKit

    See more

    Declaration

    Swift

    class CLGeocoder : NSObject
  • To import the CLLocationManager category:

    use_frameworks! pod CancelForPromiseKit/CoreLocation

    And then in your sources:

    import PromiseKit import CancelForPromiseKit

    See more

    Declaration

    Swift

    class CLLocationManager : NSObject