Classes
The following classes are available globally.
-
A circle with center and radius
See moreDeclaration
Objective-C
@interface SITCircularArea : SITArea
Swift
class SITCircularArea : SITArea
-
An event: POI with radius, conversion area and asociated statistics. It is intended for usage in marketing apps
See moreDeclaration
Objective-C
@interface SITEvent : NSObject
Swift
class SITEvent : NSObject
-
A Key-value structure to store information
See moreDeclaration
Objective-C
@interface SITCustomField : NSObject
Swift
class SITCustomField : NSObject
-
Describes importante situations around events
See moreDeclaration
Objective-C
@interface SITOccurrence : SITAPIBaseModel
Swift
class SITOccurrence : SITAPIBaseModel
-
The purpose of this class is to hold information of custom uuids
See moreDeclaration
Objective-C
@interface SITBeaconFilter : NSObject
Swift
class SITBeaconFilter : NSObject
-
A floor resource with building identifier and floor identifier
See moreDeclaration
Objective-C
@interface SITFloorResource : SITBuildingResource
Swift
class SITFloorResource : SITBuildingResource
-
A string with a different value depending of the language. ISO 639-2 is used to identify the languages.
See
ISO3Language
Declaration
Objective-C
@interface SITMultilanguageString : NSObject
Swift
class SITMultilanguageString : NSObject
-
Abstraction of URL. Unifies management of both absolutes and relatives URLs.
See moreDeclaration
Objective-C
@interface SITURL : NSObject
Swift
class SITURL : NSObject
-
The Communication manager allows you to make asynchronous requests to the server, mostly to fetch data.
See moreDeclaration
Objective-C
@interface SITCommunicationManager : NSObject
Swift
class SITCommunicationManager : NSObject
-
Central component that provides guidances and routes to travel from a SITLocation or SITPoint to a destination place. Currently only works for route inside indoor areas.
See moreDeclaration
Objective-C
@interface SITDirectionsManager : NSObject <SITDirectionsInterface>
Swift
class SITDirectionsManager : NSObject, SITDirectionsInterface
-
Parameters to request a route with SITDirectionsManager.
See moreDeclaration
Objective-C
@interface SITDirectionsRequest : NSObject
Swift
class SITDirectionsRequest : NSObject
-
Class containing information about a geofence
See more -
Class used to construct geofences
See moreDeclaration
Objective-C
@interface SITGeofenceBuilder : SITResource
Swift
class SITGeofenceBuilder : SITResource
-
Utility class to convert between cartesian coordinates and geographical coordinates.
See moreDeclaration
Objective-C
@interface SITCoordinateConverter : NSObject
Swift
class SITCoordinateConverter : NSObject
-
Describes a geographical position of the user, either indoor or outdoor. A valid indoor location has floorIdentifier and cartesianCoordinate in its position property.
See moreDeclaration
Objective-C
@interface SITLocation : NSObject <NSCopying>
Swift
class SITLocation : NSObject, NSCopying
-
SITLocationManager The SITLocationManager class is the central point for configuring the delivery of location- and headind related events to your app. You use the shared instance of this class to establish the parameters that determine when location and heading events should be delivered and to start and stop the actual delivery of those events.
Set delegate to listen for location updates.
Note
This class needs bluetooth information to do its work. In case bluetooth access is off, or permissions are denied, an error will be returned to the delegate. It can be thrown at the initial checking or at any moment during the positioning.Declaration
Objective-C
@interface SITLocationManager : NSObject <SITLocationInterface>
Swift
class SITLocationManager : NSObject, SITLocationInterface
-
Data structure that stores information about changes in parameters of the location system that will be performed on the fly.
See moreDeclaration
Objective-C
@interface SITLocationParametersUpdate : NSObject
Swift
class SITLocationParametersUpdate : NSObject
-
A data object that contains parameters for the location service (SITLocationManager)
See moreDeclaration
Objective-C
@interface SITLocationRequest : NSObject <NSCopying>
Swift
class SITLocationRequest : NSObject, NSCopying
-
Representation of an angle.
See moreDeclaration
Objective-C
@interface SITAngle : NSObject
Swift
class SITAngle : NSObject
-
Provides information about the places where indoor location is supported.
See more
-
A building and its dependencies: floors, POIs and events
See moreDeclaration
Objective-C
@interface SITBuildingInfo : NSObject
Swift
class SITBuildingInfo : NSObject
-
Resource that has a one-to-one relationship with a SITBuilding.
See moreDeclaration
Objective-C
@interface SITBuildingResource : SITResource
Swift
class SITBuildingResource : SITResource
-
A structure that contains cartesian coordinate.
See moreDeclaration
Objective-C
@interface SITCartesianCoordinate : NSObject
Swift
class SITCartesianCoordinate : NSObject
-
Define 2D dimensions of a rectangular area.
See moreDeclaration
Objective-C
@interface SITDimensions : NSObject
Swift
class SITDimensions : NSObject
-
Floor of a building.
See moreDeclaration
Objective-C
@interface SITFloor : SITBuildingResource
Swift
class SITFloor : SITBuildingResource
-
It represents the types of POI
See moreDeclaration
Objective-C
@interface SITPOICategory : SITResource
Swift
class SITPOICategory : SITResource
-
Associate geographical coordinate (Location) with Building and Floor (Cartography) and cartesian coordinate relative to that building.
See moreDeclaration
Objective-C
@interface SITPoint : NSObject
Swift
class SITPoint : NSObject
-
Abstract base class with common properties across Resources
See moreDeclaration
Objective-C
@interface SITResource : NSObject
Swift
class SITResource : NSObject
-
Represents the instruction that a user should follow when on a SITRouteStep to continue the route.
See moreDeclaration
Objective-C
@interface SITIndication : NSObject
Swift
class SITIndication : NSObject
-
Route between two points. From and destination must be inside the same building.
See moreDeclaration
Objective-C
@interface SITRoute : NSObject
Swift
class SITRoute : NSObject
-
A continuous segment of a route that contains points of the same floor
See moreDeclaration
Objective-C
@interface SITRouteSegment : NSObject
Swift
class SITRouteSegment : NSObject
-
A fragment of a route, described by an initial SITPoint (from) and a destination SITPoint (to). It also includes additional information about the fragment.
See moreDeclaration
Objective-C
@interface SITRouteStep : NSObject
Swift
class SITRouteStep : NSObject
-
A data object that provides information about the location of users in real time
See moreDeclaration
Objective-C
@interface SITRealTimeData : NSObject
Swift
class SITRealTimeData : NSObject
-
Default implementation of SITNavigationInterface
See moreDeclaration
Objective-C
@interface SITNavigationManager : NSObject <SITNavigationInterface>
Swift
class SITNavigationManager : NSObject, SITNavigationInterface
-
It provides information of the progress of a user while following a route.
See moreDeclaration
Objective-C
@interface SITNavigationProgress : NSObject
Swift
class SITNavigationProgress : NSObject
-
Class that stores relevant information to request navigation updates.
See moreDeclaration
Objective-C
@interface SITNavigationRequest : NSObject
Swift
class SITNavigationRequest : NSObject
-
Central point for accessing the location of the users in real time
See moreDeclaration
Objective-C
@interface SITRealTimeManager : NSObject <SITRealTimeInterface>
Swift
class SITRealTimeManager : NSObject, SITRealTimeInterface
-
A data object that contains parameters for the real time service (SITRealTimeManager)
See moreDeclaration
Objective-C
@interface SITRealTimeRequest : NSObject
Swift
class SITRealTimeRequest : NSObject
-
Outdoor location options used only in indoor-outdoor mode
See moreDeclaration
Objective-C
@interface SITOutdoorLocationOptions : NSObject <NSCopying>
Swift
class SITOutdoorLocationOptions : NSObject, NSCopying
-
This class represents a Point Of Interest inside a
SITBuilding
See
See SITPOIBase to check base propertiesDeclaration
Objective-C
@interface SITPOI : SITBuildingResource
Swift
class SITPOI : SITBuildingResource
-
Service class for the Situm SDK for iOS
See moreDeclaration
Objective-C
@interface SITServices : NSObject
Swift
class SITServices : NSObject
-
Base interface that imports all the public headers
Declaration
Objective-C
@interface SitumSDK : NSObject
Swift
class SitumSDK : NSObject