Constants

The following constants are available globally.

  • GeometryType: BoundingBox. See BDBoundingBox.

    Declaration

    Objective-C

    extern const BDGeometryType BDGeometryTypeBoundingBox

    Swift

    let BDGeometryTypeBoundingBox: String
  • GeometryType: Circle. See BDCircle.

    Declaration

    Objective-C

    extern const BDGeometryType BDGeometryTypeCircle

    Swift

    let BDGeometryTypeCircle: String
  • GeometryType: LineString. See BDLineString.

    Declaration

    Objective-C

    extern const BDGeometryType BDGeometryTypeLineString

    Swift

    let BDGeometryTypeLineString: String
  • GeometryType: Point. See BDPoint.

    Declaration

    Objective-C

    extern const BDGeometryType BDGeometryTypePoint

    Swift

    let BDGeometryTypePoint: String
  • GeometryType: Polygon. See BDPolygon.

    Declaration

    Objective-C

    extern const BDGeometryType BDGeometryTypePolygon

    Swift

    let BDGeometryTypePolygon: String
  • Error Domain name for Bluedot Service Error

    Declaration

    Objective-C

    static NSString *const _Nonnull BDServiceErrorDomain = @"com.bluedot.service"

    Swift

    let BDServiceErrorDomain: String
  • Error Domain name for Tempo Error

    Declaration

    Objective-C

    static NSString *const _Nonnull BDTempoErrorDomain = @"com.bluedot.tempo"

    Swift

    let BDTempoErrorDomain: String
  • Error Domain name for GeoTriggering Error

    Declaration

    Objective-C

    static NSString *const _Nonnull BDGeoTriggeringErrorDomain =
        @"com.bluedot.geoTriggering"

    Swift

    let BDGeoTriggeringErrorDomain: String