Constants

The following constants are available globally.

  • \memberof SITCommunicationManager The presence of this key determines if a request is directed to the network system or the file system (cache). The value of this key should be an NSNumber with a BOOL value on it. If YES the request will be directed to the network system. Otherwise (NO or absence of key) it will be directed to the file system.

    Declaration

    Objective-C

    extern NSString *const SITForceRequestKey
  • \memberof SITCommunicationManager The presence of this key determines if a request should preload images from floorplans The value of this key should be an NSNumber with a BOOL value on it. If YES (or absence of key) the system will download, in a non-bloking way, the floorplan images of the requested buildingInfo. Otherwise the images will not be preload to cache..

    Declaration

    Objective-C

    extern NSString *const SITPreloadImagesKey
  • String to witch the kSITLocationStopped is mapped .

    Declaration

    Objective-C

    extern NSString *const _Nonnull SITLocationStoppedString

    Swift

    let SITLocationStoppedString: String
  • String to witch the kSITLocationCalculating is mapped .

    Declaration

    Objective-C

    extern NSString *const _Nonnull SITLocationCalculatingString

    Swift

    let SITLocationCalculatingString: String
  • String to witch the kSITLocationUserNotInBuilding is mapped .

    Declaration

    Objective-C

    extern NSString *const _Nonnull SITLocationUserNotInBuildingString

    Swift

    let SITLocationUserNotInBuildingString: String
  • String to witch the kSITLocationStarted is mapped .

    Declaration

    Objective-C

    extern NSString *const _Nonnull SITLocationStartedString

    Swift

    let SITLocationStartedString: String
  • String to witch the kSITLocationCompassNeedsCalibration is mapped .

    Declaration

    Objective-C

    extern NSString *const _Nonnull SITLocationCompassNeedsCalibrationString

    Swift

    let SITLocationCompassNeedsCalibrationString: String