A B C D E F G H I K L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACCESSIBILITY_MODE - Static variable in interface es.situm.sdk.model.MapperInterface
- accessibilityMode(DirectionsRequest.AccessibilityMode) - Method in class es.situm.sdk.directions.DirectionsRequest.Builder
-
Sets the accessibility mode of the route.
- ACCESSIBLE - es.situm.sdk.directions.DirectionsModifier.LEGACY_OPTIONS
-
The route should always use accessible nodes
- accuracy(float) - Method in class es.situm.sdk.location.ExternalLocation.Builder
-
How precise the user location is (in meters).
- ACCURACY - Static variable in interface es.situm.sdk.model.MapperInterface
- action(DirectionsModifier.Actions) - Method in class es.situm.sdk.directions.DirectionsModifier.Builder
-
Set the action to perform.
- addBeaconFilter(BeaconFilter) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Through a
BeaconFilter
object, adds a beacon UUID whose signals will be taken into account when using BLE for positioning. - addBeaconFilters(List<BeaconFilter>) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Through a list of
BeaconFilter
objects, adds a list of beacon UUIDs whose signals will be taken into account when using BLE for positioning. - addExternalArData(ExternalArData) - Method in interface es.situm.sdk.location.LocationManager
-
Computes the given AR data.
- addExternalLocation(ExternalLocation) - Method in interface es.situm.sdk.location.LocationManager
-
Adds an external Location for the SDK to process and return as a Location object through the
LocationListener
inLocationManager.requestLocationUpdates(LocationRequest, LocationListener)
- addLocationListener(LocationListener) - Method in interface es.situm.sdk.location.LocationManager
-
Adds a
LocationListener
that will receive location updates, status codes and errors. - addNavigationListener(NavigationListener) - Method in interface es.situm.sdk.navigation.NavigationManager
-
Adds a
NavigationListener
that will receive the navigation events. - address(String) - Method in class es.situm.sdk.model.cartography.Building.Builder
- ADDRESS - Static variable in interface es.situm.sdk.model.MapperInterface
- addRoutePoints(List<Point>) - Method in class es.situm.sdk.location.LocationParametersUpdate.Builder
-
Ordered list of points the location engine will use to compute locations.
- addRoutePoints(List<Point>) - Method in class es.situm.sdk.location.LocationRequest.Builder
- ALARM_PERMISSIONS_NEEDED_TO_AVOID_DOZE - es.situm.sdk.location.LocationStatus
-
To use the avoidDoze functionality you need to declare USE_EXACT_ALARM and SCHEDULE_EXACT_ALARM permissions on your AndroidManifest
- allowInvalidSSLCertificate(boolean) - Method in class es.situm.sdk.Configuration
-
Tell the system to trust the SSL certificate of the server (even though the Authority is not valid).
- altitude(double) - Method in class es.situm.sdk.model.cartography.Floor.Builder
- ALTITUDE - Static variable in interface es.situm.sdk.model.MapperInterface
- AND - es.situm.sdk.utils.filter.Filter.FilterMode
-
Deprecated.
- Angle - Class in es.situm.sdk.model.location
-
Representation of an angle.
- angleDifferenceThreshold(Float) - Method in class es.situm.sdk.location.RouteAdjustment.Builder
-
(EXPERIMENTAL) Float that defines the angle difference threshold measured in radians between the current location's orientation and the orientation of its projection onto the route.
- ANY_LANGUAGE - Static variable in class es.situm.sdk.model.I18nString
-
Special code, non ISO 693-2, to denote value to use by default.
- anyLanguage(String) - Method in class es.situm.sdk.model.I18nString.Builder
-
Add string to use as a default value, when there is no translation to some language
- asStringURL() - Method in class es.situm.sdk.model.URL
- asURL() - Method in class es.situm.sdk.model.URL
-
Returns current URL as a
URL
. - AUTHENTICATE_HTTP_BASIC - Static variable in annotation type es.situm.sdk.communication.HttpOption
-
Apply http basic auth.
- AUTHENTICATE_JWT - Static variable in annotation type es.situm.sdk.communication.HttpOption
-
Apply standard authentication.
- AUTO_ENABLE_BLE_FORBIDDEN - es.situm.sdk.location.LocationStatus
-
Device incompatible with
LocationRequest.Builder.autoEnableBleDuringPositioning(Boolean)
. - autoEnableBleDuringPositioning() - Method in class es.situm.sdk.location.LocationRequest
-
Returns true if Situm SDK is configured to re-enable Bluetooth when the user disables it from system's tray.
- autoEnableBleDuringPositioning(Boolean) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
If true, Situm will re-enable Bluetooth even if user disables it from system's tray.
- averageSnrThreshold(float) - Method in class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
Deprecated.This feaure is not supported from Android 12 onward, and will be removed in future SDK versions.
- AVOID - es.situm.sdk.directions.DirectionsModifier.Actions
-
Gives less importance to links
- avoidDoze() - Method in class es.situm.sdk.location.LocationRequest
- avoidDoze(Boolean) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
This should not be used in normal cases.
- avoidModifier(DirectionsModifier) - Method in class es.situm.sdk.directions.DirectionsOptions.Builder
-
Apply
DirectionsModifier
that will be avoided.
B
- BACKWARD - es.situm.sdk.model.directions.Indication.Orientation
- BATTERY_SAVER - es.situm.sdk.location.LocationRequest.RealtimeUpdateInterval
-
Computed geolocations will be sent to Situm Platform every 30 minutes.
- BeaconFilter - Class in es.situm.sdk.model.location
-
Represents a BLE filter.
- BeaconFilter.Builder - Class in es.situm.sdk.model.location
-
Builder for Beacon objects
- bearing(Angle) - Method in class es.situm.sdk.location.ExternalLocation.Builder
-
Angle
that represents the orientation is facing the user's device. - bearing(Angle) - Method in class es.situm.sdk.model.location.Location.Builder
-
Used in outdoor locations.
- BEARING - Static variable in interface es.situm.sdk.model.MapperInterface
- BEARING_FROM - Static variable in interface es.situm.sdk.model.MapperInterface
- BEARING_QUALITY - Static variable in interface es.situm.sdk.model.MapperInterface
- BLE - es.situm.sdk.location.OutdoorLocationOptions.BuildingDetector
-
The user will be geolocated inside the building whose BLE calibration signals match better with those perceived by the user smartphone.
- BLE - es.situm.sdk.model.calibration.ScansType
- BLE_NOT_AVAILABLE - es.situm.sdk.location.LocationStatus
-
Bluetooth sensor is not available or the app is running on Android SDK API < 18 (BLE scanning is not supported before API 18).
- BLE_SENSOR_DISABLED_BY_USER - es.situm.sdk.location.LocationStatus
-
The BLE sensor has been disabled by the user (e.g.
- BLUETOOTH_DISABLED - Static variable in interface es.situm.sdk.location.LocationManager.Code
-
Android's Bluetooth must be enabled in the smartphone in order to scan Bluetooth.
- body(String, String) - Method in class es.situm.sdk.communication.HttpRequest.Builder
-
Set a custom body with the specified content type
- bodyJson(String) - Method in class es.situm.sdk.communication.HttpRequest.Builder
-
Set the JSON body of the request
- BOTH - es.situm.sdk.utils.filter.Filter.KeyValueFilter.FilterBy
-
Deprecated.
- Bounds - Class in es.situm.sdk.model.location
-
Represents a rectangle bounds in a greographic 2D space Instances are immutable.
- Bounds(Coordinate[]) - Constructor for class es.situm.sdk.model.location.Bounds
-
Creates a rectangular Bound given the the geographic coordinate of the 4 corners.
- Bounds(Coordinate, Coordinate, Coordinate, Coordinate) - Constructor for class es.situm.sdk.model.location.Bounds
-
Creates a rectangular Bound given the the geographic coordinate of the 4 corners.
- BOUNDS - Static variable in interface es.situm.sdk.model.MapperInterface
- BOUNDS_ROTATED - Static variable in interface es.situm.sdk.model.MapperInterface
- build() - Method in class es.situm.sdk.communication.HttpRequest.Builder
- build() - Method in class es.situm.sdk.configuration.network.NetworkOptionsImpl.Builder
- build() - Method in class es.situm.sdk.directions.DirectionsModifier.Builder
-
Returns a new instance of
DirectionsModifier
- build() - Method in class es.situm.sdk.directions.DirectionsOptions.Builder
-
Returns a
DirectionsOptions
instance built from the parameters previously set. - build() - Method in class es.situm.sdk.directions.DirectionsRequest.Builder
-
Returns a
DirectionsRequest
built from the parameters previously set. - build() - Method in class es.situm.sdk.directions.TagModifier.Builder
-
Returns an instance of the
TagModifier
class - build() - Method in class es.situm.sdk.location.ExternalArData.Builder
- build() - Method in class es.situm.sdk.location.ExternalLocation.Builder
-
Builds the
ExternalLocation
. - build() - Method in class es.situm.sdk.location.ForegroundServiceNotificationOptions.Builder
- build() - Method in class es.situm.sdk.location.LocationParametersUpdate.Builder
- build() - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Builds the
LocationRequest
- build() - Method in class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
Builds the
OutdoorLocationOptions
. - build() - Method in class es.situm.sdk.location.RouteAdjustment.Builder
- build() - Method in class es.situm.sdk.model.calibration.RemoteCalibration.Builder
- build() - Method in class es.situm.sdk.model.cartography.Building.Builder
- build() - Method in class es.situm.sdk.model.cartography.BuildingInfo.Builder
- build() - Method in class es.situm.sdk.model.cartography.CalibrationArea.Builder
- build() - Method in class es.situm.sdk.model.cartography.Floor.Builder
- build() - Method in class es.situm.sdk.model.cartography.Geofence.Builder
- build() - Method in class es.situm.sdk.model.cartography.Poi.Builder
- build() - Method in class es.situm.sdk.model.cartography.PoiCategory.Builder
- build() - Method in class es.situm.sdk.model.cartography.SitumTile.Builder
- build() - Method in class es.situm.sdk.model.directions.Indication.Builder
- build() - Method in class es.situm.sdk.model.directions.Restriction.Builder
- build() - Method in class es.situm.sdk.model.directions.Route.Builder
- build() - Method in class es.situm.sdk.model.directions.RouteStep.Builder
- build() - Method in class es.situm.sdk.model.I18nString.Builder
- build() - Method in class es.situm.sdk.model.location.BeaconFilter.Builder
-
Builds the Beacon
- build() - Method in class es.situm.sdk.model.location.Location.Builder
- build() - Method in class es.situm.sdk.model.navigation.NavigationProgress.Builder
-
Returns a
NavigationProgress
built from the parameters previously set. - build() - Method in class es.situm.sdk.model.organization.OrganizationTheme.Builder
- build() - Method in class es.situm.sdk.model.realtime.RealTimeData.Builder
- build() - Method in class es.situm.sdk.navigation.NavigationRequest.Builder
-
Returns a
NavigationState
with the previously set parameters. - build() - Method in class es.situm.sdk.realtime.RealTimeRequest.Builder
- Builder() - Constructor for class es.situm.sdk.communication.HttpRequest.Builder
- Builder() - Constructor for class es.situm.sdk.configuration.network.NetworkOptionsImpl.Builder
- Builder() - Constructor for class es.situm.sdk.directions.DirectionsModifier.Builder
- Builder() - Constructor for class es.situm.sdk.directions.DirectionsOptions.Builder
- Builder() - Constructor for class es.situm.sdk.directions.DirectionsRequest.Builder
- Builder() - Constructor for class es.situm.sdk.directions.TagModifier.Builder
- Builder() - Constructor for class es.situm.sdk.location.ExternalArData.Builder
- Builder() - Constructor for class es.situm.sdk.location.ForegroundServiceNotificationOptions.Builder
- Builder() - Constructor for class es.situm.sdk.location.LocationParametersUpdate.Builder
- Builder() - Constructor for class es.situm.sdk.location.LocationRequest.Builder
- Builder() - Constructor for class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
Constructor.
- Builder() - Constructor for class es.situm.sdk.location.RouteAdjustment.Builder
- Builder() - Constructor for class es.situm.sdk.model.calibration.RemoteCalibration.Builder
- Builder() - Constructor for class es.situm.sdk.model.cartography.Building.Builder
- Builder() - Constructor for class es.situm.sdk.model.cartography.BuildingInfo.Builder
- Builder() - Constructor for class es.situm.sdk.model.cartography.Floor.Builder
- Builder() - Constructor for class es.situm.sdk.model.cartography.Geofence.Builder
- Builder() - Constructor for class es.situm.sdk.model.cartography.PoiCategory.Builder
- Builder() - Constructor for class es.situm.sdk.model.cartography.SitumTile.Builder
- Builder() - Constructor for class es.situm.sdk.model.directions.Indication.Builder
- Builder() - Constructor for class es.situm.sdk.model.directions.Restriction.Builder
- Builder() - Constructor for class es.situm.sdk.model.directions.Route.Builder
- Builder() - Constructor for class es.situm.sdk.model.directions.RouteStep.Builder
- Builder() - Constructor for class es.situm.sdk.model.I18nString.Builder
- Builder() - Constructor for class es.situm.sdk.model.location.BeaconFilter.Builder
- Builder() - Constructor for class es.situm.sdk.model.navigation.NavigationProgress.Builder
- Builder() - Constructor for class es.situm.sdk.model.organization.OrganizationTheme.Builder
- Builder() - Constructor for class es.situm.sdk.model.realtime.RealTimeData.Builder
- Builder() - Constructor for class es.situm.sdk.navigation.NavigationRequest.Builder
- Builder() - Constructor for class es.situm.sdk.realtime.RealTimeRequest.Builder
- Builder(long, String, Point, float) - Constructor for class es.situm.sdk.model.location.Location.Builder
- Builder(HttpRequest) - Constructor for class es.situm.sdk.communication.HttpRequest.Builder
- Builder(NetworkOptions) - Constructor for class es.situm.sdk.configuration.network.NetworkOptionsImpl.Builder
- Builder(DirectionsRequest) - Constructor for class es.situm.sdk.directions.DirectionsRequest.Builder
- Builder(LocationParametersUpdate) - Constructor for class es.situm.sdk.location.LocationParametersUpdate.Builder
- Builder(LocationRequest) - Constructor for class es.situm.sdk.location.LocationRequest.Builder
- Builder(OutdoorLocationOptions) - Constructor for class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
Copy constructor.
- Builder(RouteAdjustment) - Constructor for class es.situm.sdk.location.RouteAdjustment.Builder
- Builder(RemoteCalibration) - Constructor for class es.situm.sdk.model.calibration.RemoteCalibration.Builder
- Builder(Building) - Constructor for class es.situm.sdk.model.cartography.Building.Builder
- Builder(BuildingInfo) - Constructor for class es.situm.sdk.model.cartography.BuildingInfo.Builder
- Builder(CalibrationArea) - Constructor for class es.situm.sdk.model.cartography.CalibrationArea.Builder
- Builder(Floor) - Constructor for class es.situm.sdk.model.cartography.Floor.Builder
- Builder(Geofence) - Constructor for class es.situm.sdk.model.cartography.Geofence.Builder
- Builder(Poi) - Constructor for class es.situm.sdk.model.cartography.Poi.Builder
- Builder(PoiCategory) - Constructor for class es.situm.sdk.model.cartography.PoiCategory.Builder
- Builder(Point) - Constructor for class es.situm.sdk.model.cartography.Poi.Builder
- Builder(SitumTile) - Constructor for class es.situm.sdk.model.cartography.SitumTile.Builder
- Builder(Indication) - Constructor for class es.situm.sdk.model.directions.Indication.Builder
- Builder(RouteStep) - Constructor for class es.situm.sdk.model.directions.RouteStep.Builder
- Builder(I18nString) - Constructor for class es.situm.sdk.model.I18nString.Builder
- Builder(BeaconFilter) - Constructor for class es.situm.sdk.model.location.BeaconFilter.Builder
-
Copy builder
- Builder(Location) - Constructor for class es.situm.sdk.model.location.Location.Builder
- Builder(NavigationProgress) - Constructor for class es.situm.sdk.model.navigation.NavigationProgress.Builder
- Builder(OrganizationTheme) - Constructor for class es.situm.sdk.model.organization.OrganizationTheme.Builder
- Builder(RealTimeData) - Constructor for class es.situm.sdk.model.realtime.RealTimeData.Builder
- Builder(NavigationRequest) - Constructor for class es.situm.sdk.navigation.NavigationRequest.Builder
- Builder(RealTimeRequest) - Constructor for class es.situm.sdk.realtime.RealTimeRequest.Builder
- Builder(String) - Constructor for class es.situm.sdk.model.I18nString.Builder
- Builder(String, Coordinate) - Constructor for class es.situm.sdk.model.cartography.Poi.Builder
-
Creates a Builder for outdoor POI
- Builder(String, String, double, double) - Constructor for class es.situm.sdk.location.ExternalLocation.Builder
- Builder(String, String, Coordinate, CartesianCoordinate) - Constructor for class es.situm.sdk.model.cartography.Poi.Builder
-
Creates a Builder for indoor POI.
- Builder(String, String, String, String) - Constructor for class es.situm.sdk.model.cartography.CalibrationArea.Builder
- building(Building) - Method in class es.situm.sdk.model.cartography.BuildingInfo.Builder
- building(Building) - Method in class es.situm.sdk.model.directions.Route.Builder
- building(Building) - Method in class es.situm.sdk.realtime.RealTimeRequest.Builder
- Building - Class in es.situm.sdk.model.cartography
-
A building.
- BUILDING - Static variable in interface es.situm.sdk.model.MapperInterface
- BUILDING_IDENTIFIER - Static variable in interface es.situm.sdk.model.MapperInterface
- BUILDING_MODEL_DOWNLOAD_ERROR - Static variable in interface es.situm.sdk.location.LocationManager.Code
-
(Building Mode only) Could not download the positioning model of the building where you wanted to perform positioning.
- BUILDING_MODEL_PROCESSING_ERROR - Static variable in interface es.situm.sdk.location.LocationManager.Code
-
An error occurred while processing the positioning model of a building where you are attempting to perform positioning.
- BUILDING_NAME - Static variable in interface es.situm.sdk.model.MapperInterface
- BUILDING_NOT_CALIBRATED - Static variable in interface es.situm.sdk.location.LocationManager.Code
-
(Building Mode only) The building where you are trying to perform positioning is not calibrated.
- BUILDING_NOT_FOUND - Static variable in interface es.situm.sdk.location.LocationManager.Code
-
(Building Mode only) The building where you are trying to perform positioning does not exist or you don't have permissions to see it.
- BUILDING_REQUEST_FAILED - Static variable in interface es.situm.sdk.directions.DirectionsManager.Code
-
Error downloading the building data needed to calculate a route
- Building.Builder - Class in es.situm.sdk.model.cartography
-
Builder to create a
Building
instance - buildingDetector(OutdoorLocationOptions.BuildingDetector) - Method in class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
(Global Mode only) Sets the
OutdoorLocationOptions.BuildingDetector
used to detect the building where the user is. - buildingFloors(Collection<Floor>) - Method in class es.situm.sdk.model.directions.Route.Builder
- buildingIdentifier(String) - Method in class es.situm.sdk.location.LocationParametersUpdate.Builder
-
Identifier of the building.
- buildingIdentifier(String) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
(Building Mode only) Sets the identifier of the building where you want to compute the positioning.
- buildingIdentifier(String) - Method in class es.situm.sdk.model.calibration.RemoteCalibration.Builder
- buildingIdentifier(String) - Method in class es.situm.sdk.model.cartography.Floor.Builder
- buildingIdentifier(String) - Method in class es.situm.sdk.model.cartography.Geofence.Builder
- BuildingInfo - Class in es.situm.sdk.model.cartography
-
A building and its dependencies: floors, POIs and events
- BuildingInfo.Builder - Class in es.situm.sdk.model.cartography
-
Builder to create an instance of BuildingInfo
- BuildingResource - Interface in es.situm.sdk.model
-
A building resource with building identifier
- BY_CAR - es.situm.sdk.location.LocationRequest.MotionMode
-
User moves in a car, Situm estimates the displacement using inertial sensors (accelerometer, gyroscope, magnetometer).
- BY_FOOT - es.situm.sdk.location.LocationRequest.MotionMode
-
(DEFAULT) User moves on foot (walking), Situm estimates the displacement using inertial sensors (accelerometer, gyroscope, magnetometer).
- BY_FOOT_VISUAL_ODOMETRY - es.situm.sdk.location.LocationRequest.MotionMode
-
The user moves on foot.
C
- CACHE_FIRST - es.situm.sdk.configuration.network.NetworkOptions.CacheStrategy
-
Force to use cache even if it's too old.
- CACHE_FIRST - Static variable in annotation type es.situm.sdk.communication.CommunicationOptions
-
Deprecated.Force to use cache even if it's too old.
- CALCULATING - es.situm.sdk.location.LocationStatus
-
Situm SDK is computing the location of the user.
- CALCULATING - es.situm.sdk.model.directions.Indication.Action
- CALCULATING - Static variable in class es.situm.sdk.model.directions.Indication
- CALIBRATION - es.situm.sdk.error.Error.Domain
- CalibrationArea - Class in es.situm.sdk.model.cartography
-
A calibration area.
- CalibrationArea.Builder - Class in es.situm.sdk.model.cartography
- calibrationManager() - Static method in class es.situm.sdk.SitumSdk
-
Returns the CalibrationManager which can be used to calibrate Buildings.
- CalibrationScans - Class in es.situm.sdk.model.calibration
-
Scans for a calibration.
- CalibrationScans(String, List<CartesianCoordinate>, List<CartesianCoordinate>, List<CartesianCoordinate>) - Constructor for class es.situm.sdk.model.calibration.CalibrationScans
- callback(Handler<? super InputStream>) - Method in class es.situm.sdk.communication.HttpRequest.Builder
-
Set the callback where you will be notified when the requests completes successfully or with an error.
- CARTESIAN_BEARING - Static variable in interface es.situm.sdk.model.MapperInterface
- CARTESIAN_COORDINATE - Static variable in interface es.situm.sdk.model.MapperInterface
- cartesianBearing(Angle, Angle) - Method in class es.situm.sdk.model.location.Location.Builder
-
Used in indoor locations.
- cartesianBearing(Angle, Angle, Location.Quality) - Method in class es.situm.sdk.model.location.Location.Builder
- CartesianCoordinate - Class in es.situm.sdk.model.location
-
A structure that contains cartesian coordinate.
- CartesianCoordinate(double, double) - Constructor for class es.situm.sdk.model.location.CartesianCoordinate
- CartesianCoordinate(CartesianCoordinate) - Constructor for class es.situm.sdk.model.location.CartesianCoordinate
- categories(Collection<PoiCategory>) - Method in class es.situm.sdk.model.cartography.Poi.Builder
- category(PoiCategory) - Method in class es.situm.sdk.model.cartography.Poi.Builder
- categoryIdentifier(String) - Method in class es.situm.sdk.model.cartography.Poi.Builder
-
Set the identifier of the category this POI belongs to.
- categoryIdentifiers(Collection<String>) - Method in class es.situm.sdk.model.cartography.Poi.Builder
-
Set the identifier of the category this POI belongs to.
- center(Coordinate) - Method in class es.situm.sdk.model.cartography.Building.Builder
- CENTER - Static variable in interface es.situm.sdk.model.MapperInterface
- centerPositionInBuildingDuringTransition() - Method in class es.situm.sdk.location.OutdoorLocationOptions
-
Gets whether
OutdoorLocationOptions.Builder.centerPositionInBuildingDuringTransition(boolean)
has been set to true. - centerPositionInBuildingDuringTransition(boolean) - Method in class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
(Only applies if
BuildingDetector
has not been set toGPS_PROXIMITY
) Sets whether Indoor Positions should be returned immediately after theBuildingDetector
detects that the smartphone is in a certain building, even if these positions are not accurate yet. - CHANGE_FLOOR - es.situm.sdk.model.directions.Indication.Action
- CHOOSE_SHORTEST - es.situm.sdk.directions.DirectionsRequest.AccessibilityMode
-
The route should choose the best route, without taking into account if it is accessible or not.
- chunk(Indication) - Method in class es.situm.sdk.model.directions.Indication
-
Constructs a new
Indication
form the current one and the provided indication2. - Circle - Class in es.situm.sdk.model.cartography
-
A circle with center and radius
- Circle(Point, float) - Constructor for class es.situm.sdk.model.cartography.Circle
- clickedNow() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
-
Alias for this.setWhenClicked(new Date());
- CLOSEST_LOCATION_IN_ROUTE - Static variable in interface es.situm.sdk.model.MapperInterface
- closestLocationInRoute(Location) - Method in class es.situm.sdk.model.navigation.NavigationProgress.Builder
-
Sets the
closestLocationInRoute
andclosestRoutePoint
and returns a reference to this Builder so that the methods can be chained together. - closestRoutePoint(Point) - Method in class es.situm.sdk.model.navigation.NavigationProgress.Builder
-
Deprecated.
- CLOUD - es.situm.sdk.location.LocationRequest.IndoorProvider
-
Deprecated.INPHONE mode will be used instead
- code(String) - Method in class es.situm.sdk.model.cartography.Geofence.Builder
- code(String) - Method in class es.situm.sdk.model.cartography.PoiCategory.Builder
- CODE - Static variable in interface es.situm.sdk.model.MapperInterface
- collidesWith(Edge<? extends Point>) - Method in class es.situm.sdk.model.cartography.Circle
- Collision - Class in es.situm.sdk.model.directions
-
Represents the collision between two geometric objects.
- Collision() - Constructor for class es.situm.sdk.model.directions.Collision
- CommonErrorConstant - Interface in es.situm.sdk.error
- CommonErrorConstant.Code - Interface in es.situm.sdk.error
-
The errors received in
Handler.onFailure(Error)
that could be produced in all the managers - CommonErrorConstant.PropertyKey - Interface in es.situm.sdk.error
- COMMUNICATION - es.situm.sdk.error.Error.Domain
- CommunicationConfig - Interface in es.situm.sdk.communication
-
Defines the configuration for CommunicationManager requests.
- CommunicationConfigImpl - Class in es.situm.sdk.communication
- CommunicationConfigImpl() - Constructor for class es.situm.sdk.communication.CommunicationConfigImpl
- CommunicationConfigImpl(NetworkOptions) - Constructor for class es.situm.sdk.communication.CommunicationConfigImpl
- communicationManager() - Static method in class es.situm.sdk.SitumSdk
-
Returns the communication manager.
- CommunicationManager - Interface in es.situm.sdk.communication
-
The Communication manager allows you to make asynchronous requests to the server, mostly to fetch data.
- CommunicationManager.Code - Interface in es.situm.sdk.communication
-
The error codes received in
Handler.onFailure(Error)
on theCommunicationManager
- CommunicationManager.PropertyKey - Interface in es.situm.sdk.communication
- CommunicationOptions - Annotation Type in es.situm.sdk.communication
-
Deprecated.
- COMPASS_CALIBRATION_NEEDED - es.situm.sdk.location.LocationStatus
-
Warning: the compass is uncalibrated and needs to be calibrated.
- COMPASS_CALIBRATION_NOT_NEEDED - es.situm.sdk.location.LocationStatus
-
General Info: the compass is properly calibrated and its data will be used without any issue.
- computeInterval(int) - Method in class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
Interval (in milliseconds) between consecutive GPS readings performed by Situm SDK, and therefore between consecutive generated Outdoor Locations (it also affects how fast the Open Sky Detector and the
BuildingDetector.GPS_PROXIMITY work, if they have been enabled)
. - configuration() - Static method in class es.situm.sdk.SitumSdk
-
Returns the public configuration holder.
- Configuration - Class in es.situm.sdk
-
Set the configuration of the the Situm SDK: user credentials, dashboard url, cache expiration, etc.
- CONFIGURATION_ERROR - Static variable in interface es.situm.sdk.location.LocationManager.Code
-
The configuration specified using the
LocationRequest
is illegal. - contains(double, double) - Method in class es.situm.sdk.model.location.Dimensions
-
Check if the cartesian coordinates of a point are inside the dimension.
- contains(DirectionsModifier.Actions) - Method in class es.situm.sdk.directions.DirectionsOptions
-
Checks if modifiers include a modifier for a specific action.
- contains(Point) - Method in class es.situm.sdk.model.cartography.Circle
- containsLegacyOptions() - Method in class es.situm.sdk.directions.DirectionsOptions
-
Checks if modifiers contains any
DirectionsModifier.LEGACY_OPTIONS
option - containsPoint(Point) - Method in class es.situm.sdk.model.cartography.BuildingInfo
- CONVERSION - Static variable in interface es.situm.sdk.model.MapperInterface
- convertedNow() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
-
Alias for this.setWhenConverted(new Date());
- Coordinate - Class in es.situm.sdk.model.location
-
A structure that contains geographical coordinate.
- Coordinate(double, double) - Constructor for class es.situm.sdk.model.location.Coordinate
- Coordinate(Coordinate) - Constructor for class es.situm.sdk.model.location.Coordinate
- COORDINATE - Static variable in interface es.situm.sdk.model.MapperInterface
- CoordinateConverter - Class in es.situm.sdk.location.util
-
Utility class to convert between cartesian coordinates and geographical coordinates.
- CoordinateConverter(Dimensions, Coordinate) - Constructor for class es.situm.sdk.location.util.CoordinateConverter
-
Define how cartesian area is placed in geographical space, aligned with east-west and north-south axis.
- CoordinateConverter(Dimensions, Coordinate, Angle) - Constructor for class es.situm.sdk.location.util.CoordinateConverter
-
Define how the cartesian area is placed in geographical space, with a rotation with respect to east-west axis.
- create(String, List<Point>) - Static method in class es.situm.sdk.model.directions.RouteSegment
- CREATED_AT - Static variable in interface es.situm.sdk.model.MapperInterface
- createFile(File) - Method in class es.situm.sdk.model.calibration.LocalCalibration
-
Creates the file to add the calibration
- createOccurrenceForEvent(SitumEvent, Handler<EventOccurrence>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Create an occurrence for an event.
- CREATOR - Static variable in class es.situm.sdk.directions.DirectionsRequest
- CREATOR - Static variable in class es.situm.sdk.location.ExternalArData
- CREATOR - Static variable in class es.situm.sdk.location.ExternalLocation
- CREATOR - Static variable in class es.situm.sdk.location.ForegroundServiceNotificationOptions
- CREATOR - Static variable in class es.situm.sdk.location.LocationRequest
- CREATOR - Static variable in class es.situm.sdk.location.OutdoorLocationOptions
- CREATOR - Static variable in class es.situm.sdk.location.RouteAdjustment
- CREATOR - Static variable in class es.situm.sdk.location.util.CoordinateConverter
- CREATOR - Static variable in class es.situm.sdk.model.calibration.RemoteCalibration
- CREATOR - Static variable in class es.situm.sdk.model.cartography.Building
- CREATOR - Static variable in class es.situm.sdk.model.cartography.BuildingInfo
- CREATOR - Static variable in class es.situm.sdk.model.cartography.CalibrationArea
- CREATOR - Static variable in class es.situm.sdk.model.cartography.Circle
- CREATOR - Static variable in class es.situm.sdk.model.cartography.Floor
- CREATOR - Static variable in class es.situm.sdk.model.cartography.Geofence
- CREATOR - Static variable in class es.situm.sdk.model.cartography.Poi
- CREATOR - Static variable in class es.situm.sdk.model.cartography.PoiCategory
- CREATOR - Static variable in class es.situm.sdk.model.cartography.Point
- CREATOR - Static variable in class es.situm.sdk.model.cartography.SitumTile
- CREATOR - Static variable in class es.situm.sdk.model.directions.Indication
- CREATOR - Static variable in class es.situm.sdk.model.directions.Route
- CREATOR - Static variable in class es.situm.sdk.model.directions.RouteStep
- CREATOR - Static variable in class es.situm.sdk.model.geofencing.EventOccurrence
- CREATOR - Static variable in class es.situm.sdk.model.I18nString
- CREATOR - Static variable in class es.situm.sdk.model.location.Angle
- CREATOR - Static variable in class es.situm.sdk.model.location.BeaconFilter
- CREATOR - Static variable in class es.situm.sdk.model.location.Bounds
- CREATOR - Static variable in class es.situm.sdk.model.location.CartesianCoordinate
- CREATOR - Static variable in class es.situm.sdk.model.location.Coordinate
- CREATOR - Static variable in class es.situm.sdk.model.location.Dimensions
- CREATOR - Static variable in class es.situm.sdk.model.location.Location
- CREATOR - Static variable in class es.situm.sdk.model.navigation.NavigationProgress
- CREATOR - Static variable in class es.situm.sdk.model.realtime.RealTimeData
- CREATOR - Static variable in class es.situm.sdk.model.URL
- CREATOR - Static variable in class es.situm.sdk.realtime.RealTimeRequest
- CREATOR - Static variable in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- CREATOR - Static variable in class es.situm.sdk.v1.SitumEvent
- CURRENT_INDICATION - Static variable in interface es.situm.sdk.model.MapperInterface
- CURRENT_STEP_INDEX - Static variable in interface es.situm.sdk.model.MapperInterface
- currentEmailAccount() - Method in class es.situm.sdk.Configuration
-
Return user email of credentials previously provided with
Configuration.setApiKey(String, String)
,Configuration.setUserPass(String, String)
or declared in the Android Manifest - CUSTOM_FIELDS - Static variable in interface es.situm.sdk.model.MapperInterface
- customFields(Map<String, String>) - Method in class es.situm.sdk.model.location.Location.Builder
- customHeaders(Map<String, String>) - Method in class es.situm.sdk.communication.HttpRequest.Builder
-
Set custom headers of the request
D
- dateFormat - Static variable in interface es.situm.sdk.model.MapperInterface
- DEFAULT - Static variable in annotation type es.situm.sdk.communication.CommunicationOptions
-
Deprecated.If there is no cache or if the cache is too old it will download from server.
- DEFAULT - Static variable in class es.situm.sdk.model.cartography.PoiCategory
- DEFAULT_ACCESSIBILITY_MODE - Static variable in class es.situm.sdk.directions.DirectionsRequest
- DEFAULT_DISTANCE_CHANGE_FLOOR - Static variable in class es.situm.sdk.navigation.NavigationRequest
- DEFAULT_DISTANCE_THRESHOLD - Static variable in class es.situm.sdk.navigation.NavigationRequest
- DEFAULT_DISTANCE_TO_CHANGE_INDICATION - Static variable in class es.situm.sdk.navigation.NavigationRequest
- DEFAULT_DISTANCE_TO_IGNORE_FIRST_INDICATION - Static variable in class es.situm.sdk.navigation.NavigationRequest
- DEFAULT_IGNORE_LOW_QUALITY_LOCATIONS - Static variable in class es.situm.sdk.navigation.NavigationRequest
- DEFAULT_INDICATIONS_INTERVAL - Static variable in class es.situm.sdk.navigation.NavigationRequest
- DEFAULT_INDOOR_PROVIDER - Static variable in class es.situm.sdk.location.LocationRequest
-
Default indoor provider (
INPHONE
by default) - DEFAULT_INTERVAL - Static variable in class es.situm.sdk.location.LocationRequest
-
Default interval (in milliseconds) to notify location updates via the
LocationListener.onLocationChanged()
callback (1000 millisecond by default) - DEFAULT_MOTION_MODE - Static variable in class es.situm.sdk.location.LocationRequest
-
Default motion mode (
BY_FOOT
by default) - DEFAULT_REALTIME_UPDATE_INTERVAL - Static variable in class es.situm.sdk.location.LocationRequest
-
Default interval (in milliseconds) between consecutive locations sent to Situm Platform (1000 milliseconds by default)
- DEFAULT_ROUND_INDICATION_STEP - Static variable in class es.situm.sdk.navigation.NavigationRequest
- DEFAULT_SMALLEST_DISPLACEMENT - Static variable in class es.situm.sdk.location.LocationRequest
-
Default smallest displacement to notify location updates via the
LocationListener.onLocationChanged()
callback (0.0 meters by default) - DEFAULT_SNR - Static variable in class es.situm.sdk.location.OutdoorLocationOptions
-
(Open Sky Detector only) Default GPS SNR (Signal-To-Noise Ratio) average value (in dBm) of method
OutdoorLocationOptions.Builder.averageSnrThreshold
. - DEFAULT_TIME_TO_FIRST_INDICATION - Static variable in class es.situm.sdk.navigation.NavigationRequest
- DEFAULT_TIME_TO_IGNORE_UNEXPECTED_FLOOR_CHANGES - Static variable in class es.situm.sdk.navigation.NavigationRequest
- defaultValue() - Method in class es.situm.sdk.model.I18nString
- degrees() - Method in class es.situm.sdk.model.location.Angle
- DEGREES - Static variable in interface es.situm.sdk.model.MapperInterface
- DEGREES_CLOCKWISE - Static variable in interface es.situm.sdk.model.MapperInterface
- degreesClockwise() - Method in class es.situm.sdk.model.location.Angle
- describeContents() - Method in class es.situm.sdk.directions.DirectionsRequest
- describeContents() - Method in class es.situm.sdk.location.ExternalArData
- describeContents() - Method in class es.situm.sdk.location.ExternalLocation
- describeContents() - Method in class es.situm.sdk.location.ForegroundServiceNotificationOptions
- describeContents() - Method in class es.situm.sdk.location.LocationRequest
- describeContents() - Method in class es.situm.sdk.location.OutdoorLocationOptions
- describeContents() - Method in class es.situm.sdk.location.RouteAdjustment
- describeContents() - Method in class es.situm.sdk.location.util.CoordinateConverter
- describeContents() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
- describeContents() - Method in class es.situm.sdk.model.cartography.Building
- describeContents() - Method in class es.situm.sdk.model.cartography.BuildingInfo
- describeContents() - Method in class es.situm.sdk.model.cartography.CalibrationArea
- describeContents() - Method in class es.situm.sdk.model.cartography.Circle
- describeContents() - Method in class es.situm.sdk.model.cartography.Floor
- describeContents() - Method in class es.situm.sdk.model.cartography.Geofence
- describeContents() - Method in class es.situm.sdk.model.cartography.Poi
- describeContents() - Method in class es.situm.sdk.model.cartography.PoiCategory
- describeContents() - Method in class es.situm.sdk.model.cartography.Point
- describeContents() - Method in class es.situm.sdk.model.cartography.SitumTile
- describeContents() - Method in class es.situm.sdk.model.directions.Indication
- describeContents() - Method in class es.situm.sdk.model.directions.Route
- describeContents() - Method in class es.situm.sdk.model.directions.RouteStep
- describeContents() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
- describeContents() - Method in class es.situm.sdk.model.I18nString
- describeContents() - Method in class es.situm.sdk.model.location.Angle
- describeContents() - Method in class es.situm.sdk.model.location.BeaconFilter
- describeContents() - Method in class es.situm.sdk.model.location.Bounds
- describeContents() - Method in class es.situm.sdk.model.location.CartesianCoordinate
- describeContents() - Method in class es.situm.sdk.model.location.Coordinate
- describeContents() - Method in class es.situm.sdk.model.location.Dimensions
- describeContents() - Method in class es.situm.sdk.model.location.Location
- describeContents() - Method in class es.situm.sdk.model.navigation.NavigationProgress
- describeContents() - Method in class es.situm.sdk.model.realtime.RealTimeData
- describeContents() - Method in class es.situm.sdk.model.URL
- describeContents() - Method in class es.situm.sdk.realtime.RealTimeRequest
- describeContents() - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- describeContents() - Method in class es.situm.sdk.v1.SitumEvent
- description(String) - Method in class es.situm.sdk.model.cartography.Geofence.Builder
-
Deprecated.use
Geofence.Builder.infoHtml
instead - DESTINATION_REACHED - es.situm.sdk.navigation.ExternalNavigation.MessageType
- DETAILED_MESSAGE - Static variable in interface es.situm.sdk.error.CommonErrorConstant.PropertyKey
- DEVICE_ID - Static variable in interface es.situm.sdk.model.MapperInterface
- deviceId(String) - Method in class es.situm.sdk.model.location.Location.Builder
-
Identifier of the device that has generated the location (Retrieve the identifier of the device by using SitumSDK#getDeviceID()
- devicesToFollow(List<String>) - Method in class es.situm.sdk.location.LocationParametersUpdate.Builder
-
List of identifiers of the device that needs to be followed.
- dimensions(Dimensions) - Method in class es.situm.sdk.model.cartography.Building.Builder
- Dimensions - Class in es.situm.sdk.model.location
-
Define 2D dimensions of a rectangular area.
- Dimensions(double, double) - Constructor for class es.situm.sdk.model.location.Dimensions
- DIMENSIONS - Static variable in interface es.situm.sdk.model.MapperInterface
- directionsManager() - Static method in class es.situm.sdk.SitumSdk
-
Returns the route manager.
- DirectionsManager - Interface in es.situm.sdk.directions
-
Allows route calculation between two points, usually from current user's location.
- DirectionsManager.Code - Interface in es.situm.sdk.directions
-
The error codes received in
Handler.onFailure(Error)
on theDirectionsManager
- DirectionsManager.PropertyKey - Interface in es.situm.sdk.directions
- DirectionsModifier - Class in es.situm.sdk.directions
-
It represents a modification applied to a graph in order to compute a @{link Route} The basic modifier is considered to be an Action represented by a @{link Actions} options and elements represented by a list of @{link TagModifier} instances where this action would be applied.
- DirectionsModifier.Actions - Enum in es.situm.sdk.directions
-
Actions to be processed when computing a route
- DirectionsModifier.Builder - Class in es.situm.sdk.directions
-
Helper class to create well formed instances of DirectionsModifier class.
- DirectionsModifier.LEGACY_OPTIONS - Enum in es.situm.sdk.directions
-
Additional options to keep compatibility with previous versions.
- DirectionsOptions - Class in es.situm.sdk.directions
-
Include additional parameters that determine how a route is computed, which links should be considered (either avoided or prioritized) when finding a route between two points.
- DirectionsOptions.Builder - Class in es.situm.sdk.directions
-
Helper class that creates well formed
DirectionsOptions
instances. - DirectionsRequest - Class in es.situm.sdk.directions
-
Parameters to request a route with
DirectionsManager
. - DirectionsRequest.AccessibilityMode - Enum in es.situm.sdk.directions
-
The accessibility mode used to calculate a route
- DirectionsRequest.Builder - Class in es.situm.sdk.directions
-
DirectionsRequest
builder static inner class. - distance(double) - Method in class es.situm.sdk.model.directions.RouteStep.Builder
- DISTANCE - Static variable in interface es.situm.sdk.model.MapperInterface
- DISTANCE_TO_CHANGE_FLOOR_THRESHOLD - Static variable in interface es.situm.sdk.model.MapperInterface
- DISTANCE_TO_CHANGE_INDICATION_THRESHOLD - Static variable in interface es.situm.sdk.model.MapperInterface
- DISTANCE_TO_CLOSEST_POINT_IN_ROUTE - Static variable in interface es.situm.sdk.model.MapperInterface
- DISTANCE_TO_END_STEP - Static variable in interface es.situm.sdk.model.MapperInterface
- DISTANCE_TO_GOAL - Static variable in interface es.situm.sdk.model.MapperInterface
- DISTANCE_TO_GOAL_THRESHOLD - Static variable in interface es.situm.sdk.model.MapperInterface
- DISTANCE_TO_IGNORE_FIRST_INDICATION - Static variable in interface es.situm.sdk.model.MapperInterface
- DISTANCE_TO_NEXT_LEVEL - Static variable in interface es.situm.sdk.model.MapperInterface
- distanceThreshold(Float) - Method in class es.situm.sdk.location.RouteAdjustment.Builder
-
(EXPERIMENTAL) Float that defines the distance threshold measured in meters from the current location to the route.
- distanceTo(CartesianCoordinate) - Method in class es.situm.sdk.model.location.CartesianCoordinate
-
Calculates the distance (in meters) between this cartesian coordinate and another
- distanceTo(Coordinate) - Method in class es.situm.sdk.model.location.Coordinate
-
Calculates the distance (in meters) between this coordinate and another
- distanceToChangeFloorThreshold(double) - Method in class es.situm.sdk.navigation.NavigationRequest.Builder
-
Sets the distance threshold from when a floor change is considered reached.
- distanceToChangeIndicationThreshold(double) - Method in class es.situm.sdk.navigation.NavigationRequest.Builder
-
Sets the distance threshold from when the next indication is considered reached.
- distanceToClosestRoutePoint(double) - Method in class es.situm.sdk.model.navigation.NavigationProgress.Builder
-
Sets the
distanceToClosestPointInRoute
and returns a reference to this Builder so that the methods can be chained together. - distanceToEnd(double) - Method in class es.situm.sdk.model.directions.RouteStep.Builder
- distanceToEndStep(double) - Method in class es.situm.sdk.model.navigation.NavigationProgress.Builder
-
Sets the
distanceToEndStep
and returns a reference to this Builder so that the methods can be chained together. - distanceToFloorChange(Double) - Method in class es.situm.sdk.model.directions.RouteStep.Builder
- distanceToGoal(double) - Method in class es.situm.sdk.model.navigation.NavigationProgress.Builder
-
Sets the
distanceToGoal
and returns a reference to this Builder so that the methods can be chained together. - distanceToGoalThreshold(double) - Method in class es.situm.sdk.navigation.NavigationRequest.Builder
-
Sets the distance threshold from when the goal is considered reached.
- distanceToIgnoreFirstIndication(double) - Method in class es.situm.sdk.navigation.NavigationRequest.Builder
-
Sets the maximum distance to ignore the first indication when navigating a route.
- DO_NOTHING - es.situm.sdk.location.ForegroundServiceNotificationOptions.TapAction
-
Do nothing when tapping the Notification.
E
- EDGES - Static variable in interface es.situm.sdk.model.MapperInterface
- EMPTY - Static variable in class es.situm.sdk.model.cartography.calibration.Scans
- EMPTY - Static variable in class es.situm.sdk.model.directions.Indication
- EMPTY - Static variable in class es.situm.sdk.model.directions.RouteStep
- EMPTY - Static variable in class es.situm.sdk.model.I18nString
- EMPTY - Static variable in class es.situm.sdk.model.location.Angle
- EMPTY - Static variable in class es.situm.sdk.model.location.CartesianCoordinate
- EMPTY - Static variable in class es.situm.sdk.model.location.Coordinate
- EMPTY - Static variable in class es.situm.sdk.model.location.Dimensions
- EMPTY - Static variable in class es.situm.sdk.model.URL
- EMPTY_HANDLER - Static variable in interface es.situm.sdk.utils.Handler
- EMPTY_ID - Static variable in class es.situm.sdk.model.directions.RouteStep
- EMPTY_IDENTIFIER - Static variable in class es.situm.sdk.model.Resource
- EMPTY_IDENTIFIER_BACKWARDS - Static variable in class es.situm.sdk.model.Resource
- EMPTY_INDOOR - Static variable in class es.situm.sdk.model.cartography.Point
- EMPTY_OUTDOOR - Static variable in class es.situm.sdk.model.cartography.Point
- enableOpenSkyDetector() - Method in class es.situm.sdk.location.OutdoorLocationOptions
-
Deprecated.This feaure is not supported from Android 12 onward, and will be removed in future SDK versions.
- enableOpenSkyDetector(boolean) - Method in class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
Deprecated.This feaure is not supported from Android 12 onward, and will be removed in future SDK versions.
- enableOutdoorPositions(boolean) - Method in class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
If true, Situm SDK will be able to use GPS signals to compute Outdoor Positions (also, these GPS signals may be used by the Open Sky Detector and the
BuildingDetector.GPS_PROXIMITY
, if these modules are enabled). - END - es.situm.sdk.model.directions.Indication.Action
- END - Static variable in class es.situm.sdk.model.directions.Indication
- equals(Object) - Method in class es.situm.sdk.directions.DirectionsRequest
- equals(Object) - Method in class es.situm.sdk.location.ExternalLocation
- equals(Object) - Method in class es.situm.sdk.location.ForegroundServiceNotificationOptions
- equals(Object) - Method in class es.situm.sdk.location.LocationRequest
- equals(Object) - Method in class es.situm.sdk.location.OutdoorLocationOptions
- equals(Object) - Method in class es.situm.sdk.location.RouteAdjustment
- equals(Object) - Method in class es.situm.sdk.location.util.CoordinateConverter
- equals(Object) - Method in class es.situm.sdk.model.calibration.LocalCalibration
- equals(Object) - Method in class es.situm.sdk.model.calibration.RemoteCalibration
- equals(Object) - Method in class es.situm.sdk.model.cartography.Building
- equals(Object) - Method in class es.situm.sdk.model.cartography.CalibrationArea
- equals(Object) - Method in class es.situm.sdk.model.cartography.Circle
- equals(Object) - Method in class es.situm.sdk.model.cartography.Floor
- equals(Object) - Method in class es.situm.sdk.model.cartography.Geofence
- equals(Object) - Method in class es.situm.sdk.model.cartography.Poi
- equals(Object) - Method in class es.situm.sdk.model.cartography.PoiCategory
- equals(Object) - Method in class es.situm.sdk.model.cartography.Point
- equals(Object) - Method in class es.situm.sdk.model.directions.Indication
- equals(Object) - Method in class es.situm.sdk.model.directions.Route
- equals(Object) - Method in class es.situm.sdk.model.directions.RouteStep
- equals(Object) - Method in class es.situm.sdk.model.I18nString
- equals(Object) - Method in class es.situm.sdk.model.location.Angle
- equals(Object) - Method in class es.situm.sdk.model.location.BeaconFilter
- equals(Object) - Method in class es.situm.sdk.model.location.Bounds
- equals(Object) - Method in class es.situm.sdk.model.location.CartesianCoordinate
- equals(Object) - Method in class es.situm.sdk.model.location.Coordinate
- equals(Object) - Method in class es.situm.sdk.model.location.Dimensions
- equals(Object) - Method in class es.situm.sdk.model.location.Location
- equals(Object) - Method in class es.situm.sdk.model.navigation.NavigationProgress
- equals(Object) - Method in class es.situm.sdk.model.organization.OrganizationTheme
- equals(Object) - Method in class es.situm.sdk.model.organization.ThemeColors
- equals(Object) - Method in class es.situm.sdk.model.realtime.RealTimeData
- equals(Object) - Method in class es.situm.sdk.model.Resource
- equals(Object) - Method in class es.situm.sdk.model.URL
- equals(Object) - Method in class es.situm.sdk.navigation.ExternalNavigation
- equals(Object) - Method in class es.situm.sdk.navigation.NavigationRequest
- equals(Object) - Method in class es.situm.sdk.realtime.RealTimeRequest
- Error - Interface in es.situm.sdk.error
-
Error object with information
- Error.Domain - Enum in es.situm.sdk.error
-
The possible domains where the error can be produced
- es.situm.sdk - package es.situm.sdk
- es.situm.sdk.communication - package es.situm.sdk.communication
- es.situm.sdk.configuration.network - package es.situm.sdk.configuration.network
- es.situm.sdk.directions - package es.situm.sdk.directions
- es.situm.sdk.error - package es.situm.sdk.error
- es.situm.sdk.location - package es.situm.sdk.location
- es.situm.sdk.location.util - package es.situm.sdk.location.util
- es.situm.sdk.model - package es.situm.sdk.model
- es.situm.sdk.model.calibration - package es.situm.sdk.model.calibration
- es.situm.sdk.model.cartography - package es.situm.sdk.model.cartography
- es.situm.sdk.model.cartography.calibration - package es.situm.sdk.model.cartography.calibration
- es.situm.sdk.model.configuration - package es.situm.sdk.model.configuration
- es.situm.sdk.model.directions - package es.situm.sdk.model.directions
- es.situm.sdk.model.geofencing - package es.situm.sdk.model.geofencing
- es.situm.sdk.model.location - package es.situm.sdk.model.location
- es.situm.sdk.model.navigation - package es.situm.sdk.model.navigation
- es.situm.sdk.model.organization - package es.situm.sdk.model.organization
- es.situm.sdk.model.realtime - package es.situm.sdk.model.realtime
- es.situm.sdk.navigation - package es.situm.sdk.navigation
- es.situm.sdk.realtime - package es.situm.sdk.realtime
- es.situm.sdk.utils - package es.situm.sdk.utils
- es.situm.sdk.utils.filter - package es.situm.sdk.utils.filter
- es.situm.sdk.v1 - package es.situm.sdk.v1
- EVENT_CLICKED - es.situm.sdk.model.geofencing.EventAction
-
Notifies that the user has clicked a previously seen event.
- EVENT_CONVERTED - es.situm.sdk.model.geofencing.EventAction
-
Notifies that a previously seen and clicked event has been converted.
- EventAction - Enum in es.situm.sdk.model.geofencing
-
Possible actions for EventOccurrences
- eventClicked(EventOccurrence, Handler<EventOccurrence>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- eventClicked(EventOccurrence, Map<String, Object>, Handler<EventOccurrence>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- eventConverted(EventOccurrence, Handler<EventOccurrence>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- eventConverted(EventOccurrence, Map<String, Object>, Handler<EventOccurrence>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- EventOccurrence - Class in es.situm.sdk.model.geofencing
-
An event occurrence
- EventOccurrence() - Constructor for class es.situm.sdk.model.geofencing.EventOccurrence
- EventOccurrence(int, int, long) - Constructor for class es.situm.sdk.model.geofencing.EventOccurrence
- EventOccurrence(int, long) - Constructor for class es.situm.sdk.model.geofencing.EventOccurrence
- events(Collection<SitumEvent>) - Method in class es.situm.sdk.model.cartography.BuildingInfo.Builder
- EVENTS - Static variable in interface es.situm.sdk.model.MapperInterface
- eventSeen(SitumEvent, Handler<EventOccurrence>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- eventSeen(SitumEvent, Map<String, Object>, Handler<EventOccurrence>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- EXCLUDED_TAGS - Static variable in interface es.situm.sdk.model.MapperInterface
- excludedTags(List<String>) - Method in class es.situm.sdk.directions.DirectionsRequest.Builder
-
List of tags that you want your route to avoid.
- excluding(Circle) - Method in class es.situm.sdk.directions.DirectionsRequest.Builder
-
Add an area that will be excluded from the calculated route.
- execute(Context, HttpRequest) - Method in class es.situm.sdk.communication.HttpRequestExecutor
- EXTERNAL_NAVIGATION_PAYLOAD - Static variable in interface es.situm.sdk.model.MapperInterface
- EXTERNAL_NAVIGATION_TYPE - Static variable in interface es.situm.sdk.model.MapperInterface
- ExternalArData - Class in es.situm.sdk.location
-
Encapsulates Augmented Reality information computed by this SDK.
- ExternalArData.Builder - Class in es.situm.sdk.location
- ExternalLocation - Class in es.situm.sdk.location
- ExternalLocation.Builder - Class in es.situm.sdk.location
- ExternalNavigation - Class in es.situm.sdk.navigation
- ExternalNavigation(ExternalNavigation.MessageType, Map<String, Object>) - Constructor for class es.situm.sdk.navigation.ExternalNavigation
- ExternalNavigation.MessageType - Enum in es.situm.sdk.navigation
- EXTRA_NETWORK_ERROR - Static variable in interface es.situm.sdk.location.LocationManager.PropertyKey
F
- FAILED - es.situm.sdk.model.calibration.RemoteCalibration.State
- FAST - es.situm.sdk.location.LocationRequest.RealtimeUpdateInterval
-
Computed geolocations will be accumulated and sent to Situm Platform every 5 seconds.
- fetchAllPOIsFromUser(CommunicationConfig, Handler<Collection<Poi>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the POIs from all the buildings of the user
- fetchAllPOIsFromUser(Handler<Collection<Poi>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the POIs from all the buildings of the user
- fetchBuildingInfo(Building, Handler<BuildingInfo>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchBuildingInfo(Building, Map<String, Object>, Handler<BuildingInfo>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchBuildingInfo(String, CommunicationConfig, Handler<BuildingInfo>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download all the building data from the selected building.
- fetchBuildingInfo(String, Handler<BuildingInfo>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download all the building data for the selected building.
- fetchBuildings(CommunicationConfig, Handler<Collection<Building>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download all the buildings for the current user
- fetchBuildings(Handler<Collection<Building>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download all the buildings for the current user
- fetchBuildings(Map<String, Object>, Handler<Collection<Building>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchCalibratedArea(Building, Floor, Handler<Collection<CalibrationArea>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.Use
CalibrationManager.fetchActiveGtScans(Floor, Handler)
- fetchCalibrationBleScans(Building, Floor, Handler<Scans>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.Use
CalibrationManager.fetchActiveBleScans(Floor, Handler)
- fetchCalibrationWifiScans(Building, Floor, Handler<Scans>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.Use
CalibrationManager.fetchActiveWifiScans(Floor, Handler)
- fetchEventsFromBuilding(Building, Handler<Collection<SitumEvent>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchEventsFromBuilding(Building, Map<String, Object>, Handler<Collection<SitumEvent>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchEventsFromBuilding(String, CommunicationConfig, Handler<Collection<SitumEvent>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the events of a building
- fetchEventsFromBuilding(String, Handler<Collection<SitumEvent>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the events of a building
- fetchFloorsFromBuilding(Building, Handler<Collection<Floor>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchFloorsFromBuilding(Building, Map<String, Object>, Handler<Collection<Floor>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchFloorsFromBuilding(String, CommunicationConfig, Handler<Collection<Floor>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download all the floors of a building
- fetchFloorsFromBuilding(String, Handler<Collection<Floor>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download all the floors of a building
- fetchGeofencesFromBuilding(Building, CommunicationConfig, Handler<List<Geofence>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get the geofences of a building
- fetchGeofencesFromBuilding(Building, Handler<List<Geofence>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get the geofences of a building
- fetchGeofencesFromBuilding(Building, Map<String, Object>, Handler<List<Geofence>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchIndoorPOIFromBuilding(String, String, CommunicationConfig, Handler<Poi>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the given indoor POI of a building.
- fetchIndoorPOIFromBuilding(String, String, Handler<Poi>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the given indoor POI of a building.
- fetchIndoorPOIsFromBuilding(Building, Handler<Collection<Poi>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchIndoorPOIsFromBuilding(Building, Map<String, Object>, Handler<Collection<Poi>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchIndoorPOIsFromBuilding(String, CommunicationConfig, Handler<Collection<Poi>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the indoor POIs of a building
- fetchIndoorPOIsFromBuilding(String, Handler<Collection<Poi>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the indoor POIs of a building
- fetchMapFromFloor(Floor, CommunicationConfig, Handler<Bitmap>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the map image of a floor
- fetchMapFromFloor(Floor, Handler<Bitmap>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the map image of a floor
- fetchMapFromFloor(Floor, Map<String, Object>, Handler<Bitmap>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchOrganizationTheme(Handler<OrganizationTheme>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get organization theme: company name, logo and colors
- fetchOutdoorPOIsFromBuilding(Building, Handler<Collection<Poi>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchOutdoorPOIsFromBuilding(Building, Map<String, Object>, Handler<Collection<Poi>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchOutdoorPOIsFromBuilding(String, CommunicationConfig, Handler<Collection<Poi>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the outdoor POIs of a building
- fetchOutdoorPOIsFromBuilding(String, Handler<Collection<Poi>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the outdoor POIs of a building
- fetchPoiCategories(CommunicationConfig, Handler<Collection<PoiCategory>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get all POI categories, download and cache their icons asynchronously.
- fetchPoiCategories(Handler<Collection<PoiCategory>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get all POI categories, download and cache their icons asynchronously
- fetchPoiCategories(Map<String, Object>, Handler<Collection<PoiCategory>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchPoiCategoryIcon(PoiCategory, boolean, CommunicationConfig, Handler<Bitmap>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get the normal category icon for a category
- fetchPoiCategoryIcon(PoiCategory, boolean, Handler<Bitmap>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get the normal category icon for a category
- fetchPoiCategoryIconNormal(PoiCategory, Handler<Bitmap>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchPoiCategoryIconNormal(PoiCategory, Map<String, Object>, Handler<Bitmap>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchPoiCategoryIconSelected(PoiCategory, Handler<Bitmap>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchPoiCategoryIconSelected(PoiCategory, Map<String, Object>, Handler<Bitmap>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchRailWidth(Building, Handler<Float>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- fetchRailWidth(String, Handler<Float>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get the calibrations rail width used in a building
- fetchRemoteConfig(LocationRequest, Handler<RemoteConfig>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get the
RemoteConfig
for the current user. - fetchRemoteConfig(Handler<RemoteConfig>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get the
RemoteConfig
for the current user. - fetchTilesFromBuilding(String, Handler<String>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the building Tiles.
- FILE_NOT_FOUND - Static variable in interface es.situm.sdk.communication.CommunicationManager.Code
-
File not found
- FILE_NOT_SAVED - Static variable in interface es.situm.sdk.communication.CommunicationManager.Code
-
Server returned data correctly, but something went wrong while saving it on disk.
- filter(Collection<T>) - Method in class es.situm.sdk.utils.filter.Filter
-
Deprecated.Filter the passed list of items using the stored filters.
- Filter - Class in es.situm.sdk.utils.filter
-
Deprecated.Use a for with an if to filter the collection
- Filter(Filter.FilterMode, Collection<Filter.KeyValueFilter>) - Constructor for class es.situm.sdk.utils.filter.Filter
-
Deprecated.
- Filter.FilterMode - Enum in es.situm.sdk.utils.filter
-
Deprecated.Use a for with an if to filter the collection
- Filter.KeyValueFilter - Class in es.situm.sdk.utils.filter
-
Deprecated.Use a for with an if to filter the collection
- Filter.KeyValueFilter.FilterBy - Enum in es.situm.sdk.utils.filter
-
Deprecated.Field to filter
- Filterable - Interface in es.situm.sdk.utils.filter
-
Deprecated.Use a for with an if to filter the collection
- FIRST_STEP - Static variable in interface es.situm.sdk.model.MapperInterface
- floor(int) - Method in class es.situm.sdk.model.cartography.Floor.Builder
- Floor - Class in es.situm.sdk.model.cartography
-
Floor of a building.
- FLOOR - Static variable in interface es.situm.sdk.model.MapperInterface
- FLOOR_IDENTIFIER - Static variable in interface es.situm.sdk.model.MapperInterface
- Floor.Builder - Class in es.situm.sdk.model.cartography
-
Builder to create a
Floor
instance - floorIdentifier(String) - Method in class es.situm.sdk.model.calibration.RemoteCalibration.Builder
- floorIdentifier(String) - Method in class es.situm.sdk.model.cartography.Geofence.Builder
- FloorResource - Interface in es.situm.sdk.model
-
A floor resource with building identifier and floor identifier
- floors(Collection<Floor>) - Method in class es.situm.sdk.model.cartography.BuildingInfo.Builder
- FLOORS - Static variable in interface es.situm.sdk.model.MapperInterface
- FORCE_DOWNLOAD - Static variable in annotation type es.situm.sdk.communication.CommunicationOptions
-
Deprecated.Force download from server, the cache won't be used.
- FOREGROUND_SERVICE_NOTIFICATION_MESSAGE - Static variable in interface es.situm.sdk.model.MapperInterface
- FOREGROUND_SERVICE_NOTIFICATION_SHOW_STOP_ACTION - Static variable in interface es.situm.sdk.model.MapperInterface
- FOREGROUND_SERVICE_NOTIFICATION_STOP_ACTION_TEXT - Static variable in interface es.situm.sdk.model.MapperInterface
- FOREGROUND_SERVICE_NOTIFICATION_TAP_ACTION - Static variable in interface es.situm.sdk.model.MapperInterface
- FOREGROUND_SERVICE_NOTIFICATION_TITLE - Static variable in interface es.situm.sdk.model.MapperInterface
- foregroundServiceNotification(Notification) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Sets the
Notification
that will be shown in the system's tray when the app is running as a Foreground Service. - foregroundServiceNotificationOptions(ForegroundServiceNotificationOptions) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Customize the
Notification
that will be shown in the system's tray when the app is running as a Foreground Service. - ForegroundServiceNotificationOptions - Class in es.situm.sdk.location
- ForegroundServiceNotificationOptions.Builder - Class in es.situm.sdk.location
-
Builder constructor that allows to configure all the
ForegroundServiceNotificationOptions
parameters. - ForegroundServiceNotificationOptions.TapAction - Enum in es.situm.sdk.location
-
Predefined actions performed when tapping the Situm Foreground Service Notification.
- from(Point) - Method in class es.situm.sdk.model.directions.RouteStep.Builder
- from(Point, Angle) - Method in class es.situm.sdk.directions.DirectionsRequest.Builder
-
Sets the starting point of the route, and the bearing of the user to generate the appropriate instructions.
- from(Location) - Method in class es.situm.sdk.directions.DirectionsRequest.Builder
-
Sets the current user's position as the starting point of the route.
- FROM - Static variable in interface es.situm.sdk.model.MapperInterface
- fromDegrees(double) - Static method in class es.situm.sdk.model.location.Angle
- fromMap(Map<String, Object>) - Static method in class es.situm.sdk.directions.DirectionsRequest
-
Return a new
DirectionsRequest
instance object containing the data at the given map. - fromMap(Map<String, Object>) - Static method in class es.situm.sdk.location.ExternalLocation
- fromMap(Map<String, Object>) - Static method in class es.situm.sdk.location.ForegroundServiceNotificationOptions
-
Return a new
ForegroundServiceNotificationOptions
instance object containing the data at the given map. - fromMap(Map<String, Object>) - Static method in class es.situm.sdk.model.cartography.Poi
- fromMap(Map<String, Object>) - Static method in class es.situm.sdk.model.cartography.PoiCategory
- fromMap(Map<String, Object>) - Static method in class es.situm.sdk.model.cartography.Point
-
Return a new
Point
instance object containing the data at the given map. - fromMap(Map<String, Object>) - Static method in class es.situm.sdk.model.directions.Indication
- fromMap(Map<String, Object>) - Static method in class es.situm.sdk.model.directions.Route
- fromMap(Map<String, Object>) - Static method in class es.situm.sdk.model.directions.RouteStep
- fromMap(Map<String, Object>) - Static method in class es.situm.sdk.model.location.Angle
-
Return a new
Angle
instance object containing the data at the given map. - fromMap(Map<String, Object>) - Static method in class es.situm.sdk.model.location.CartesianCoordinate
-
Return a new
CartesianCoordinate
instance object containing the data at the given map. - fromMap(Map<String, Object>) - Static method in class es.situm.sdk.model.location.Coordinate
-
Return a new
Coordinate
instance object containing the data at the given map. - fromMap(Map<String, Object>) - Static method in class es.situm.sdk.model.location.Location
- fromMap(Map<String, Object>) - Static method in class es.situm.sdk.model.navigation.NavigationProgress
- fromMap(Map<String, Object>) - Static method in class es.situm.sdk.navigation.ExternalNavigation
- fromMap(Map<String, Object>) - Static method in class es.situm.sdk.navigation.NavigationRequest
-
Return a new
NavigationRequest
instance object containing the data at the given map. - fromRadians(double) - Static method in class es.situm.sdk.model.location.Angle
G
- Geofence - Class in es.situm.sdk.model.cartography
-
Represents a geographic region in a building.
- Geofence.Builder - Class in es.situm.sdk.model.cartography
- GeofenceListener - Interface in es.situm.sdk.location
-
Implement this class to get notified about entering/exiting geofences.
- geofences(Collection<Geofence>) - Method in class es.situm.sdk.model.cartography.BuildingInfo.Builder
- GEOFENCES - Static variable in interface es.situm.sdk.model.MapperInterface
- GEOFENCES_NOT_AVAILABLE - es.situm.sdk.location.LocationStatus
-
The download of the building's geofences has failed and
GeofenceListener
won't work. - get(String) - Method in class es.situm.sdk.model.I18nString
-
Obtains the string in the provided language.
- get(Locale) - Method in class es.situm.sdk.model.I18nString
-
Obtains the string in the provided Locale's language Wraps
I18nString.get(String)
, usingLocale.getISO3Language()
to take language code. - GET - Static variable in annotation type es.situm.sdk.communication.HttpMethod
- getAbsoluteUrl() - Method in class es.situm.sdk.communication.HttpRequest
- getAccessibilityMode() - Method in class es.situm.sdk.directions.DirectionsRequest
-
Returns the
DirectionsRequest.AccessibilityMode
of the route - getAccessibilityMode() - Method in class es.situm.sdk.model.directions.Route
-
Returns the current route accessibility mode.
- getAccuracy() - Method in class es.situm.sdk.location.ExternalLocation
- getAccuracy() - Method in class es.situm.sdk.model.location.Location
-
Return the accuracy radius (in meters)
- getAction() - Method in class es.situm.sdk.directions.DirectionsModifier
-
Returns the action option that will be applied with this modifier.
- getAddress() - Method in class es.situm.sdk.model.cartography.Building
-
Returns the building address.
- getAltitude() - Method in class es.situm.sdk.model.cartography.Floor
-
Returns altitude of the floor above ground level, in meters
- getAngleDifferenceThreshold() - Method in class es.situm.sdk.location.RouteAdjustment
- getAverageSnrThreshold() - Method in class es.situm.sdk.location.OutdoorLocationOptions
-
Deprecated.This feaure is not supported from Android 12 onward, and will be removed in future SDK versions.
- getBeaconFilters() - Method in class es.situm.sdk.location.LocationRequest
-
Gets the list of beacon UUIDs that will be taken into account when using BLE signals for positioning.
- getBearing() - Method in class es.situm.sdk.location.ExternalLocation
- getBearing() - Method in class es.situm.sdk.model.location.Location
-
Return the bearing (in degrees) with respect to the Earth North.
- getBearingFrom() - Method in class es.situm.sdk.directions.DirectionsRequest
-
Returns the user's bearing in the starting point.
- getBearingQuality() - Method in class es.situm.sdk.model.location.Location
-
Return the quality of the cartesian bearing.
- getBle() - Method in class es.situm.sdk.model.calibration.CalibrationScans
- getBody() - Method in class es.situm.sdk.communication.HttpRequest
- getBottomLeft() - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- getBottomRight() - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- getBounds() - Method in class es.situm.sdk.model.cartography.Building
-
Compute corners of this building, without rotation, in earth coordinates.
- getBoundsRotated() - Method in class es.situm.sdk.model.cartography.Building
-
Compute corners of this building, with rotation, in earth coordinates.
- getBuilding() - Method in class es.situm.sdk.model.cartography.BuildingInfo
-
Returns the building, without dependencies.
- getBuilding() - Method in class es.situm.sdk.realtime.RealTimeRequest
- getBuildingDetector() - Method in class es.situm.sdk.location.OutdoorLocationOptions
- getBuildingId() - Method in class es.situm.sdk.location.ExternalLocation
- getBuildingId() - Method in class es.situm.sdk.v1.SitumEvent
-
Deprecated.Use
getTrigger()
- getBuildingIdentifier() - Method in class es.situm.sdk.location.LocationParametersUpdate
- getBuildingIdentifier() - Method in class es.situm.sdk.location.LocationRequest
-
(Building Mode) Gets the identifier of the building where Situm SDK should perform positioning .
- getBuildingIdentifier() - Method in interface es.situm.sdk.model.BuildingResource
-
Return the building identifier of the resource
- getBuildingIdentifier() - Method in class es.situm.sdk.model.calibration.LocalCalibration
- getBuildingIdentifier() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
- getBuildingIdentifier() - Method in class es.situm.sdk.model.cartography.CalibrationArea
-
Returhn the calibration building identifier
- getBuildingIdentifier() - Method in class es.situm.sdk.model.cartography.Floor
-
Returns the identifier of building which this floor belongs.
- getBuildingIdentifier() - Method in class es.situm.sdk.model.cartography.Geofence
-
Returns the building identifier to which the geofence belongs
- getBuildingIdentifier() - Method in class es.situm.sdk.model.cartography.Poi
-
Returns identifier of building to which the POI belongs.
- getBuildingIdentifier() - Method in class es.situm.sdk.model.cartography.Point
-
Returns unique identifier for the building to which this point belongs
- getBuildingIdentifier() - Method in class es.situm.sdk.model.location.Location
-
Only used in indoor.
- getCacheMaxAge() - Method in class es.situm.sdk.Configuration
-
Get the maximum age of a cached response.
- getCacheStrategy() - Method in interface es.situm.sdk.configuration.network.NetworkOptions
-
Defines which data source takes priority, server or cache.
- getCacheStrategy() - Method in class es.situm.sdk.configuration.network.NetworkOptionsImpl
- getCalibrationIdentifier() - Method in class es.situm.sdk.model.calibration.CalibrationScans
- getCalibrationIdentifier() - Method in class es.situm.sdk.model.cartography.CalibrationArea
-
Return the calibration identifier
- getCallback() - Method in class es.situm.sdk.communication.HttpRequest
- getCartesianBearing() - Method in class es.situm.sdk.model.location.Location
-
Only used in indoor.
- getCartesianCoordinate() - Method in class es.situm.sdk.model.cartography.Poi
-
Returns cartesian coordinate of this position, relative to building
Bounds
). - getCartesianCoordinate() - Method in class es.situm.sdk.model.cartography.Point
-
Returns cartesian coordinate (in meters) relative to the
Bounds
of building's base. - getCartesianCoordinate() - Method in class es.situm.sdk.model.location.Location
-
Only used in indoor.
- getCategories() - Method in class es.situm.sdk.model.cartography.Poi
-
Returns the list of
PoiCategory
s this POI belongs to. - getCategory() - Method in class es.situm.sdk.model.cartography.Poi
-
Returns category of the POI
- getCategoryIdentifier() - Method in class es.situm.sdk.model.cartography.Poi
-
Return the identifier of the
PoiCategory
this POI belongs to. - getCategoryIdentifiers() - Method in class es.situm.sdk.model.cartography.Poi
-
Returns the list of
PoiCategory
identifiers this POI belongs to. - getCells() - Method in class es.situm.sdk.model.cartography.calibration.Grid
-
Return all the cells
- getCellSize() - Method in class es.situm.sdk.model.cartography.calibration.Grid
-
Return the cell size (in square meters)
- getCenter() - Method in class es.situm.sdk.model.cartography.Building
-
Return center of the building's base, as geographical coordinate.
- getCenter() - Method in class es.situm.sdk.model.cartography.Circle
-
The center of the circle
- getClosestLocationInRoute() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
Returns the closest location in the route from the user location provided to
NavigationManager.updateWithLocation(Location)
. - getClosestPointInRoute() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
Deprecated.
- getCode() - Method in interface es.situm.sdk.error.Error
-
Return the error code.
- getCode() - Method in class es.situm.sdk.model.cartography.Geofence
-
Returns the code of the geofence
- getCode() - Method in class es.situm.sdk.model.cartography.PoiCategory
-
Returns unique code of the category
- getComputeInterval() - Method in class es.situm.sdk.location.OutdoorLocationOptions
-
Gets the interval (in milliseconds) set in
OutdoorLocationOptions.Builder.computeInterval(int)
. - getContentType() - Method in class es.situm.sdk.communication.HttpRequest
- getConversion() - Method in class es.situm.sdk.v1.SitumEvent
-
Returns the conversion area of the event.
- getConversionArea() - Method in class es.situm.sdk.v1.SitumEvent
-
Deprecated.Use
getConversion()
- getCoordinate() - Method in class es.situm.sdk.model.cartography.Poi
-
Return geographical coordinate of this position
- getCoordinate() - Method in class es.situm.sdk.model.cartography.Point
-
Returns geographic coordinate (latitude, longitude) of the point, regardless of whether it's placed inside or outside the building You can obtain this value from
CartesianCoordinate
usingCoordinateConverter
. - getCoordinate() - Method in class es.situm.sdk.model.location.Location
-
Return the coordinate of the location
- getCreatedAt() - Method in class es.situm.sdk.model.Resource
-
Deprecated.This method has been deprecated, do not use it as it may not return the expected information.
- getCurrentIndication() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
Returns the current indication
- getCustomFields() - Method in class es.situm.sdk.model.location.Location
-
Returns map of custom fields, indexed by their name.
- getCustomFields() - Method in class es.situm.sdk.model.Resource
-
Returns map of custom fields, indexed by their name.
- getCustomFields() - Method in interface es.situm.sdk.utils.filter.Filterable
-
Deprecated.Obtain a map with the custom fields of this instance.
- getCustomFields() - Method in class es.situm.sdk.v1.SitumEvent
-
Obtain a map with the custom fields for the current event.
- getCustomHeaders() - Method in class es.situm.sdk.communication.HttpRequest
- getDanger() - Method in class es.situm.sdk.model.organization.ThemeColors
- getDashboardURL() - Method in class es.situm.sdk.Configuration
-
Obtains the currently Dashboard url used
- getDefault() - Method in class es.situm.sdk.model.organization.ThemeColors
- getDescription() - Method in class es.situm.sdk.model.cartography.Geofence
-
Deprecated.this method is replaced by @link #getInfoHtml()
- getDeviceId() - Method in class es.situm.sdk.model.location.Location
-
Returns the device identifier that has generated the location
- getDeviceID() - Static method in class es.situm.sdk.SitumSdk
-
Return the device ID used internally in the SDK
- getDevicesToFollow() - Method in class es.situm.sdk.location.LocationParametersUpdate
-
Retrieve the list of devices location engined should follow.
- getDimensions() - Method in class es.situm.sdk.model.cartography.Building
-
Returns dimensions of building's base (height and width) in meters.
- getDistance() - Method in class es.situm.sdk.model.directions.Indication
-
Retrieve the distance between the origin and destination
- getDistance() - Method in class es.situm.sdk.model.directions.Route
-
Returns the route distance (in meters)
- getDistance() - Method in class es.situm.sdk.model.directions.RouteStep
-
Returns distance between
RouteStep.getFrom()
andRouteStep.getTo()
in meters. - getDistanceThreshold() - Method in class es.situm.sdk.location.RouteAdjustment
- getDistanceToChangeFloorThreshold() - Method in class es.situm.sdk.navigation.NavigationRequest
- getDistanceToChangeIndicationThreshold() - Method in class es.situm.sdk.navigation.NavigationRequest
- getDistanceToClosestPointInRoute() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
Returns the distance between the real user location (provided to
NavigationManager.updateWithLocation(Location)
) and the closest route location (NavigationProgress.getClosestLocationInRoute()
). - getDistanceToEndStep() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
Returns the distance to the end this step
- getDistanceToFloorChange() - Method in class es.situm.sdk.model.directions.RouteStep
-
Returns distance in meters between the start point of this step (
RouteStep.getFrom()
) and the first point in the route (RouteStep.getFrom()
) of the next step which requires a floor change. - getDistanceToGoal() - Method in class es.situm.sdk.model.directions.RouteStep
-
Returns distance in meters between the start point of this step (
RouteStep.getFrom()
) and the last point in the route (RouteStep.getTo()
of the last step). - getDistanceToGoal() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
Returns the distance from
NavigationProgress.getClosestLocationInRoute()
to route's goal point. - getDistanceToGoalThreshold() - Method in class es.situm.sdk.navigation.NavigationRequest
- getDistanceToIgnoreFirstIndication() - Method in class es.situm.sdk.navigation.NavigationRequest
- getDistanceToNextLevel() - Method in class es.situm.sdk.model.directions.Indication
-
Retrieve the number of levels between the origin and destination
- getDomain() - Method in interface es.situm.sdk.error.Error
-
The error domain
- getEdges() - Method in class es.situm.sdk.model.directions.Route
-
Equal to
Route.getSteps()
. - getEventId() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
- getEvents() - Method in class es.situm.sdk.model.cartography.BuildingInfo
-
Returns registered events in the building.
- getExcludedTags() - Method in class es.situm.sdk.directions.DirectionsRequest
- getExclusions() - Method in class es.situm.sdk.directions.DirectionsRequest
-
Returns the list of elements used to exclude areas from the route.
- getExtras() - Method in interface es.situm.sdk.error.Error
-
Optional extras given more information about the error
- getFile() - Method in class es.situm.sdk.model.calibration.LocalCalibration
- getFilename() - Method in class es.situm.sdk.model.calibration.LocalCalibration
-
Get the filename where it's saved
- getFilterMode() - Method in class es.situm.sdk.utils.filter.Filter
-
Deprecated.
- getFirstStep() - Method in class es.situm.sdk.model.directions.Route
-
Returns first step
- getFloor() - Method in class es.situm.sdk.model.cartography.Floor
-
Retrieves the number of the floor
- getFloor_id() - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- getFloor_id() - Method in class es.situm.sdk.v1.SitumEvent
-
Deprecated.Use
getTrigger()
- getFloorId() - Method in class es.situm.sdk.location.ExternalLocation
- getFloorId() - Method in class es.situm.sdk.model.calibration.LocalCalibration
- getFloorIdentifier() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
- getFloorIdentifier() - Method in class es.situm.sdk.model.cartography.CalibrationArea
-
Return the calibration floor identifier
- getFloorIdentifier() - Method in class es.situm.sdk.model.cartography.Geofence
-
Returns the floor identifier of the floor where it is placed
- getFloorIdentifier() - Method in class es.situm.sdk.model.cartography.Poi
-
If this POI is outside the building (
Poi.isOutdoor()
== true), this field has no meaning. - getFloorIdentifier() - Method in class es.situm.sdk.model.cartography.Point
-
Returns floor identifier (inside the building) where this point is placed.
- getFloorIdentifier() - Method in class es.situm.sdk.model.directions.RouteSegment
-
Return the floor of the segment
- getFloorIdentifier() - Method in interface es.situm.sdk.model.FloorResource
-
Return the floor identifier of the resource
- getFloorIdentifier() - Method in class es.situm.sdk.model.location.Location
-
Only used in indoor.
- getFloors() - Method in class es.situm.sdk.model.cartography.BuildingInfo
-
Returns existent floors in the building.
- getForegroundServiceNotification() - Method in class es.situm.sdk.location.LocationRequest
-
Returns the
Notification
that will be shown in the system's tray when the app is running as a Foreground Service. - getForegroundServiceNotificationOptions() - Method in class es.situm.sdk.location.LocationRequest
-
Return the options used to customize the Foreground Service Notification, if any.
- getFrom() - Method in class es.situm.sdk.directions.DirectionsRequest
-
Returns the point where the route should start.
- getFrom() - Method in class es.situm.sdk.model.directions.Route
-
Point where the route starts.
- getFrom() - Method in class es.situm.sdk.model.directions.RouteStep
-
Start point of this step.
- getGeofences() - Method in class es.situm.sdk.model.cartography.BuildingInfo
-
Returns the building's geofences
- getGrid() - Method in class es.situm.sdk.model.cartography.calibration.Scans
- getGt() - Method in class es.situm.sdk.model.calibration.CalibrationScans
- getHeight() - Method in class es.situm.sdk.model.cartography.calibration.Grid
-
Return the height (in meters)
- getHeight() - Method in class es.situm.sdk.model.location.Dimensions
-
Returns height of rectangle in meters.
- getHtml() - Method in class es.situm.sdk.v1.SitumEvent
- getHttpRequestExecutor() - Method in interface es.situm.sdk.communication.CommunicationManager
-
Return the HTTP Request Executor to make custom requests to the Dashboard
- getId() - Method in class es.situm.sdk.model.directions.RouteStep
-
Position of this RouteStep in the list of steps (
Route.getSteps()
) of the route to which it belongs. - getId() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
- getId() - Method in class es.situm.sdk.v1.SitumEvent
- getIdentifier() - Method in class es.situm.sdk.location.LocationParametersUpdate
- getIdentifier() - Method in class es.situm.sdk.model.Resource
-
Returns the unique identifier of the resource
- getIncludedTags() - Method in class es.situm.sdk.directions.DirectionsRequest
- getIndications() - Method in class es.situm.sdk.model.directions.Route
-
Return ordered list of instructions to go to the destination
- getIndicationsInterval() - Method in class es.situm.sdk.navigation.NavigationRequest
- getIndicationType() - Method in class es.situm.sdk.model.directions.Indication
-
Retrieve the
Indication.Action
of the instruction - getIndoorPOIs() - Method in class es.situm.sdk.model.cartography.BuildingInfo
-
Returns points of interest inside the building.
- getIndoorProvider() - Method in class es.situm.sdk.location.LocationRequest
-
Deprecated.Indoor provider is
LocationRequest.IndoorProvider.INPHONE
by default and can not be changed. - getInfo() - Method in class es.situm.sdk.model.organization.ThemeColors
- getInfoHtml() - Method in class es.situm.sdk.model.cartography.Building
-
Returns additional information about the building, formatted with HTML.
- getInfoHtml() - Method in class es.situm.sdk.model.cartography.Geofence.Builder
- getInfoHtml() - Method in class es.situm.sdk.model.cartography.Geofence
-
Returns the information of the geofence
- getInfoHtml() - Method in class es.situm.sdk.model.cartography.Poi
-
Returns additional information about POI, in HTML.
- getInterval() - Method in class es.situm.sdk.location.LocationRequest
-
Gets the minimum time interval (in milliseconds) allowed between consecutive Indoor Positions communicated via
LocationListener.onLocationChanged(Location)
callback. - getInterval() - Method in enum es.situm.sdk.location.LocationRequest.RealtimeUpdateInterval
-
Gets the time interval (in milliseconds) between consecutive indoor geolocations communicated via
LocationListener.onLocationChanged(Location)
callback. - getKeyValueFilters() - Method in class es.situm.sdk.utils.filter.Filter
-
Deprecated.
- getLanguage() - Method in class es.situm.sdk.Configuration
- getLastStep() - Method in class es.situm.sdk.model.directions.Route
-
Returns last step
- getLastTerm() - Method in class es.situm.sdk.model.URL
-
Returns las part of provided value, separated by '/'.
- getLatitude() - Method in class es.situm.sdk.model.location.Coordinate
-
Returns latitude in degrees
- getLatLng() - Method in class es.situm.sdk.location.ExternalLocation
- getLevel() - Method in class es.situm.sdk.model.cartography.Floor
-
Deprecated.use
Floor.getFloor()
instead - getLocalFile() - Method in class es.situm.sdk.model.cartography.SitumTile
- getLocalPath() - Method in class es.situm.sdk.model.cartography.SitumTile
- getLocationRequest() - Method in interface es.situm.sdk.location.LocationManager
-
Get the
LocationRequest
used in the current positioning session. - getLocationRequest() - Method in class es.situm.sdk.model.configuration.RemoteConfig
- getLocations() - Method in class es.situm.sdk.model.realtime.RealTimeData
-
Returns the device locations
- getLogo() - Method in class es.situm.sdk.model.organization.OrganizationTheme
- getLongitude() - Method in class es.situm.sdk.model.location.Coordinate
-
Returns longitude in degrees
- getMapUrl() - Method in class es.situm.sdk.model.cartography.Floor
-
Return the floor map image url
- getMaxValue() - Method in class es.situm.sdk.model.cartography.calibration.Grid
-
Return the max value of the cells of the grid
- getMessage() - Method in interface es.situm.sdk.error.Error
-
The detailed error message
- getMessage() - Method in class es.situm.sdk.location.ForegroundServiceNotificationOptions
- getMessageType() - Method in class es.situm.sdk.navigation.ExternalNavigation
- getMethod() - Method in class es.situm.sdk.communication.HttpRequest
- getMinimumOutdoorLocationAccuracy() - Method in class es.situm.sdk.location.OutdoorLocationOptions
-
Gets the minimum accuracy value set in
OutdoorLocationOptions.Builder.minimumOutdoorLocationAccuracy(int)
. - getModifier() - Method in class es.situm.sdk.model.directions.Restriction
- getModifiers() - Method in class es.situm.sdk.directions.DirectionsOptions
-
Returns the list of
DirectionsModifier
object included on the options - getMotionMode() - Method in class es.situm.sdk.location.LocationRequest
-
Gets the
LocationRequest.MotionMode
, which specifies how the user moves (e.g. - getName() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
- getName() - Method in class es.situm.sdk.model.cartography.Building
-
Returns the building name that is appropriate for display to the user.
- getName() - Method in class es.situm.sdk.model.cartography.CalibrationArea
-
Return the calibration name
- getName() - Method in class es.situm.sdk.model.cartography.Floor
-
Return the name of the floor limited to 5 characters.
- getName() - Method in class es.situm.sdk.model.cartography.Geofence
-
Returns the name of the geofence
- getName() - Method in class es.situm.sdk.model.cartography.Poi
-
Returns a name for the POI, appropriate for display to the user.
- getName() - Method in class es.situm.sdk.model.cartography.PoiCategory
-
Returns the category name appropriate for display to the user
- getName() - Method in class es.situm.sdk.v1.SitumEvent
- getNameAsI18n() - Method in class es.situm.sdk.model.cartography.PoiCategory
-
Returns the category name appropriate for display to the user with different value depending on the language
- getNetworkOptions() - Method in interface es.situm.sdk.communication.CommunicationConfig
- getNetworkOptions() - Method in class es.situm.sdk.communication.CommunicationConfigImpl
- getNextIndication() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
Returns the next indication.
- getNextLevel() - Method in class es.situm.sdk.model.directions.Indication
-
Retrieves the next level
- getNodes() - Method in class es.situm.sdk.model.directions.Route
-
Returns a collection of points of the route (not ordered)
- getNorthEast() - Method in class es.situm.sdk.model.location.Bounds
-
Returns the coordinate of the north-east corner of the bound.
- getNorthWest() - Method in class es.situm.sdk.model.location.Bounds
-
Returns the coordinate of the north-west corner of the bound.
- getOptions() - Method in class es.situm.sdk.directions.DirectionsRequest
-
Returns object that contains different parameters related to how a route is computed.
- getOrganizationName() - Method in class es.situm.sdk.model.organization.OrganizationTheme
- getOrganizationUuid() - Method in class es.situm.sdk.model.organization.OrganizationTheme
- getOrientation() - Method in class es.situm.sdk.model.directions.Indication
-
Retrieve the angle a user should change his direction in order to go from the origin to the destination.
- getOrientationType() - Method in class es.situm.sdk.model.directions.Indication
-
Retrieve the
Indication.Orientation
of the instruction - getOutdoorLocationOptions() - Method in class es.situm.sdk.location.LocationRequest
-
Gets the
OutdoorLocationOptions
, which specify parameters related to the Global Mode (e.g. - getOutdoorPOIs() - Method in class es.situm.sdk.model.cartography.BuildingInfo
-
Returns points of interest outside the building
- getOutsideRouteThreshold() - Method in class es.situm.sdk.navigation.NavigationRequest
- getPayload() - Method in class es.situm.sdk.navigation.ExternalNavigation
- getPhoneId() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
- getPictureThumbUrl() - Method in class es.situm.sdk.model.cartography.Building
-
Return the url of the thumbnail building image
- getPictureUrl() - Method in class es.situm.sdk.model.cartography.Building
-
Return the url of the building image
- getPitch() - Method in class es.situm.sdk.model.location.Location
-
Only used in indoor.
- getPoints() - Method in class es.situm.sdk.model.cartography.calibration.Scans
- getPoints() - Method in class es.situm.sdk.model.cartography.CalibrationArea
-
Return the calibration ground truth points
- getPoints() - Method in class es.situm.sdk.model.directions.Route
-
Returns list of ordered points of the route.
- getPoints() - Method in class es.situm.sdk.model.directions.RouteSegment
-
Return the points of the segment
- getPoints() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
Returns remaining list of ordered points of the route.
- getPoiTo() - Method in class es.situm.sdk.model.directions.Route
-
The POI you created the route to.
- getPoiToIdentifier() - Method in class es.situm.sdk.directions.DirectionsRequest
-
Returns the identifier of the POI where the route should end.
- getPollTime() - Method in class es.situm.sdk.realtime.RealTimeRequest
- getPolygonPoints() - Method in class es.situm.sdk.model.cartography.Geofence
-
Returns a list of points of the closed polygon that represents the geofence
- getPosition() - Method in class es.situm.sdk.model.cartography.Poi
- getPosition() - Method in class es.situm.sdk.model.location.Location
-
Return the position of the location.
- getPreloadImages() - Method in interface es.situm.sdk.configuration.network.NetworkOptions
-
Specifies whether images should be preloaded if possible.
- getPreloadImages() - Method in class es.situm.sdk.configuration.network.NetworkOptionsImpl
- getPrimary() - Method in class es.situm.sdk.model.organization.ThemeColors
- getProvider() - Method in class es.situm.sdk.model.location.Location
- getQuality() - Method in class es.situm.sdk.model.location.Location
-
Only used in indoor.
- getRadius() - Method in class es.situm.sdk.model.cartography.Circle
-
The radius of the circle (in meters)
- getRadius() - Method in class es.situm.sdk.v1.SitumEvent
-
Deprecated.Use
getTrigger()
- getRawJsonString() - Method in class es.situm.sdk.location.ExternalArData
- getRealtimeUpdateInterval() - Method in class es.situm.sdk.location.LocationRequest
-
Gets the
LocationRequest.RealtimeUpdateInterval
, which specifies the interval between consecutive geolocations uploaded to Situm Platform (or whether they should be uploaded at all). - getRequest() - Method in class es.situm.sdk.model.directions.Route
-
Returns the search criteria, provided to
DirectionsManager
, whose result is the currentRoute
. - getRequestParams() - Method in class es.situm.sdk.communication.HttpRequest
- getResponseDestinationFile() - Method in class es.situm.sdk.communication.HttpRequest
-
Deprecated.
- getRestrictions() - Method in class es.situm.sdk.model.directions.Route
-
Returns a list of
Restriction
instances in case the route does not conform with one or manyDirectionsModifier
indicated on Directions APIDirectionsManager.requestDirections(DirectionsRequest, Handler)
. - getRoll() - Method in class es.situm.sdk.model.location.Location
-
Only used in indoor.
- getRotation() - Method in class es.situm.sdk.model.cartography.Building
-
Returns rotation angle of the building's base, relative to the west-east axis, increasing in clockwise, being 0 the west-east axis.
- getRotationMatrix() - Method in class es.situm.sdk.model.location.Location
-
Return the rotation matrix.
- getRoundIndicationsStep() - Method in class es.situm.sdk.navigation.NavigationRequest
- getRoute() - Method in class es.situm.sdk.navigation.NavigationRequest
- getRouteAdjustment() - Method in class es.situm.sdk.location.LocationRequest
- getRouteId() - Method in class es.situm.sdk.location.LocationParametersUpdate
- getRouteId() - Method in class es.situm.sdk.location.LocationRequest
- getRouteInfo() - Method in class es.situm.sdk.model.directions.Route
-
Just for internal SDK use.
- getRoutePoints() - Method in class es.situm.sdk.location.LocationParametersUpdate
- getRoutePoints() - Method in class es.situm.sdk.location.LocationRequest
- getRouteStep() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
Returns the route step/edge/fragment closest to the user, where the
NavigationProgress.getClosestLocationInRoute()
is. - getRouteStepIndex() - Method in class es.situm.sdk.model.directions.Restriction
- getScale() - Method in class es.situm.sdk.model.cartography.Floor
-
Returns the scale of the floor image, in px/meters
- getSecondary() - Method in class es.situm.sdk.model.organization.ThemeColors
- getSegments() - Method in class es.situm.sdk.model.directions.Route
-
Return list of ordered points split by floor, each list contains points from one floor, but can have multiple lists of the same floor.
- getSegments() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
Return list of ordered points split by floor, each list contains points from one floor, but can have multiple lists of the same floor.
- getSelectedIconBase64() - Method in class es.situm.sdk.model.cartography.PoiCategory
- getSelectedIconUrl() - Method in class es.situm.sdk.model.cartography.PoiCategory
- getSize() - Method in class es.situm.sdk.model.calibration.LocalCalibration
- getSmallestDisplacement() - Method in class es.situm.sdk.location.LocationRequest
-
Gets the smallest smartphone displacement allowed between two consecutive Indoor Positions communicated via
LocationListener.onLocationChanged(Location)
callback. - getSouthEast() - Method in class es.situm.sdk.model.location.Bounds
-
Returns the coordinate of the south-east corner of the bound.
- getSouthWest() - Method in class es.situm.sdk.model.location.Bounds
-
Returns the coordinate of the south-east corner of the bound.
- getState() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
- getStep(int) - Method in class es.situm.sdk.model.directions.Route
-
Returns a route step by its
RouteStep.getId()
- getStepIdxDestination() - Method in class es.situm.sdk.model.directions.Indication
-
Retrieve the index of the indication's step of destination.
- getStepIdxOrigin() - Method in class es.situm.sdk.model.directions.Indication
-
Retrieve the index of the indication's step of origin
- getSteps() - Method in class es.situm.sdk.model.directions.Route
-
Returns ordered list of steps to go to the goal point
- getStopActionText() - Method in class es.situm.sdk.location.ForegroundServiceNotificationOptions
- getSuccess() - Method in class es.situm.sdk.model.organization.ThemeColors
- getTag() - Method in class es.situm.sdk.directions.TagModifier
-
Returns the string that describes the modifier
- getTags() - Method in class es.situm.sdk.directions.DirectionsModifier
-
List of elements (tags) that identify the links taking into consideration when applying
DirectionsModifier
operations. - getTags() - Method in class es.situm.sdk.model.directions.RouteStep
- getTagsString() - Method in class es.situm.sdk.directions.DirectionsModifier
-
List of tags as strings
- getTapAction() - Method in class es.situm.sdk.location.ForegroundServiceNotificationOptions
- getThemeColors() - Method in class es.situm.sdk.model.organization.OrganizationTheme
- getTileFromBuilding(String, String, int, int, int) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Returns a specific image tile for a building and floor combination.
- getTime() - Method in class es.situm.sdk.model.location.Location
-
Return the timestamp of the location.
- getTimestamp() - Method in class es.situm.sdk.model.calibration.LocalCalibration
- getTimestamp() - Method in class es.situm.sdk.model.directions.Route
- getTimeToEndStep() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
Returns the estimated time to go from
NavigationProgress.getClosestLocationInRoute()
to the end ofNavigationProgress.getRouteStep()
, considering a speed of 1 meter/second - getTimeToFirstIndication() - Method in class es.situm.sdk.navigation.NavigationRequest
- getTimeToGoal() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
Returns the estimated time to go from
NavigationProgress.getClosestLocationInRoute()
to the goal/end of route, considering a speed of 1 meter/second - getTimeToIgnoreLocationInWrongFloorDuringFloorChange() - Method in class es.situm.sdk.navigation.NavigationRequest
- getTitle() - Method in class es.situm.sdk.location.ForegroundServiceNotificationOptions
- getTo() - Method in class es.situm.sdk.directions.DirectionsRequest
-
Returns the point where the route should end.
- getTo() - Method in class es.situm.sdk.model.directions.Route
-
Last point and goal of the route.
- getTo() - Method in class es.situm.sdk.model.directions.RouteStep
-
End point of this step.
- getTopLeft() - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- getTopRight() - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- getTrigger() - Method in class es.situm.sdk.v1.SitumEvent
-
Returns the trigger area of the event
- getType() - Method in class es.situm.sdk.model.cartography.SitumTile
- getUnselectedIconBase64() - Method in class es.situm.sdk.model.cartography.PoiCategory
- getUnselectedIconUrl() - Method in class es.situm.sdk.model.cartography.PoiCategory
- getUpdatedAt() - Method in class es.situm.sdk.model.Resource
-
Deprecated.This method has been deprecated, do not use it as it may not return the expected information.
- getUpdateDevicesToFollow() - Method in class es.situm.sdk.location.LocationParametersUpdate
-
Retrieve the property that indicates if this parameter should be taken into account (true) or not (false) when applying the update.
- getUpdateInterval() - Method in class es.situm.sdk.location.OutdoorLocationOptions
-
Gets the interval (in milliseconds) set in
OutdoorLocationOptions.Builder.updateInterval(int)
. - getUri() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
- getUrl() - Method in class es.situm.sdk.communication.HttpRequest
- getUrl() - Method in class es.situm.sdk.model.cartography.SitumTile
- getUseExternalLocaltions() - Method in class es.situm.sdk.Configuration
- getUserIdentifier() - Method in class es.situm.sdk.model.cartography.Building
-
Returns unique identifier of the owner user of the building
- getUuid() - Method in class es.situm.sdk.model.location.BeaconFilter
-
Get the Beacon UUID
- getValue() - Method in enum es.situm.sdk.directions.DirectionsModifier.LEGACY_OPTIONS
- getValue() - Method in class es.situm.sdk.model.cartography.calibration.IntegerCell
- getValue() - Method in class es.situm.sdk.model.URL
-
Original value provided to de constructor
- getVersion() - Static method in class es.situm.sdk.SitumSdk
-
Returns the version of the Situm SDK
- getWarning() - Method in class es.situm.sdk.model.organization.ThemeColors
- getWeight() - Method in class es.situm.sdk.model.directions.RouteStep
- getWhenClicked() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
- getWhenConverted() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
- getWidth() - Method in class es.situm.sdk.model.cartography.calibration.Grid
-
Return the width (in meters)
- getWidth() - Method in class es.situm.sdk.model.location.Dimensions
-
Returns width of rectangle in meters
- getWifi() - Method in class es.situm.sdk.model.calibration.CalibrationScans
- getX() - Method in class es.situm.sdk.model.cartography.calibration.IntegerCell
- getX() - Method in class es.situm.sdk.model.location.CartesianCoordinate
-
Returns value of coordinate at x-axis
- getX() - Method in class es.situm.sdk.v1.SitumEvent
-
Deprecated.Use
getTrigger()
- getY() - Method in class es.situm.sdk.model.cartography.calibration.IntegerCell
- getY() - Method in class es.situm.sdk.model.location.CartesianCoordinate
-
Returns value of coordinate at y-axis
- getY() - Method in class es.situm.sdk.v1.SitumEvent
-
Deprecated.Use
getTrigger()
- GLOBAL_LOCATION_NOT_FOUND - es.situm.sdk.location.LocationStatus
-
(Global Mode only) Warning: Google Location provider (for example, GPS) has not been able to return locations in the first 30 seconds (Situm SDK will keep trying).
- GO_AHEAD - es.situm.sdk.model.directions.Indication.Action
- GPS_PROXIMITY - es.situm.sdk.location.OutdoorLocationOptions.BuildingDetector
-
The user will be geolocated in the nearest building (based on the GPS distance) from those within a certain maximum range of 100 meters to the borders of the building canvas (floorplan).
- GRAPH_BETWEEN_TWO_POINTS_NOT_FOUND - Static variable in interface es.situm.sdk.directions.DirectionsManager.Code
-
There is not graph between two points in dashboard
- GRAPH_NOT_FOUND - Static variable in interface es.situm.sdk.directions.DirectionsManager.Code
-
there is no graph in dashboard
- Grid - Class in es.situm.sdk.model.cartography.calibration
-
A Grid formed by cells.
- Grid(int, int, int, int, List<IntegerCell>) - Constructor for class es.situm.sdk.model.cartography.calibration.Grid
- GT - es.situm.sdk.model.calibration.ScansType
- gtPoints() - Method in class es.situm.sdk.model.calibration.LocalCalibration
H
- Handler<T> - Interface in es.situm.sdk.utils
-
Interface to receive result of an async request
- has(String) - Method in class es.situm.sdk.model.I18nString
-
Check if the language is supported by this I18nString
- HAS_BEARING - Static variable in interface es.situm.sdk.model.MapperInterface
- HAS_CARTESIAN_BEARING - Static variable in interface es.situm.sdk.model.MapperInterface
- hasBearing() - Method in class es.situm.sdk.location.ExternalLocation
- hasBearing() - Method in class es.situm.sdk.model.location.Location
-
Return true if the location has bearing and the bearing quality is
Location.Quality.HIGH
, false otherwise. - hasBle() - Method in class es.situm.sdk.model.calibration.CalibrationScans
- hasCartesianBearing() - Method in class es.situm.sdk.model.location.Location
-
Only used in indoor.
- hasFloorChange() - Method in class es.situm.sdk.model.directions.RouteStep
-
Returns true if the floor changes in this step.
- hasGt() - Method in class es.situm.sdk.model.calibration.CalibrationScans
- hashCode() - Method in class es.situm.sdk.directions.DirectionsRequest
- hashCode() - Method in class es.situm.sdk.location.ExternalArData
- hashCode() - Method in class es.situm.sdk.location.ExternalLocation
- hashCode() - Method in class es.situm.sdk.location.ForegroundServiceNotificationOptions
- hashCode() - Method in class es.situm.sdk.location.LocationRequest
- hashCode() - Method in class es.situm.sdk.location.OutdoorLocationOptions
- hashCode() - Method in class es.situm.sdk.location.RouteAdjustment
- hashCode() - Method in class es.situm.sdk.location.util.CoordinateConverter
- hashCode() - Method in class es.situm.sdk.model.calibration.LocalCalibration
- hashCode() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
- hashCode() - Method in class es.situm.sdk.model.cartography.Building
- hashCode() - Method in class es.situm.sdk.model.cartography.CalibrationArea
- hashCode() - Method in class es.situm.sdk.model.cartography.Circle
- hashCode() - Method in class es.situm.sdk.model.cartography.Floor
- hashCode() - Method in class es.situm.sdk.model.cartography.Geofence
- hashCode() - Method in class es.situm.sdk.model.cartography.Poi
- hashCode() - Method in class es.situm.sdk.model.cartography.PoiCategory
- hashCode() - Method in class es.situm.sdk.model.cartography.Point
- hashCode() - Method in class es.situm.sdk.model.directions.Indication
- hashCode() - Method in class es.situm.sdk.model.directions.Route
- hashCode() - Method in class es.situm.sdk.model.directions.RouteStep
- hashCode() - Method in class es.situm.sdk.model.I18nString
- hashCode() - Method in class es.situm.sdk.model.location.Angle
- hashCode() - Method in class es.situm.sdk.model.location.BeaconFilter
- hashCode() - Method in class es.situm.sdk.model.location.Bounds
- hashCode() - Method in class es.situm.sdk.model.location.CartesianCoordinate
- hashCode() - Method in class es.situm.sdk.model.location.Coordinate
- hashCode() - Method in class es.situm.sdk.model.location.Dimensions
- hashCode() - Method in class es.situm.sdk.model.location.Location
- hashCode() - Method in class es.situm.sdk.model.navigation.NavigationProgress
- hashCode() - Method in class es.situm.sdk.model.organization.OrganizationTheme
- hashCode() - Method in class es.situm.sdk.model.organization.ThemeColors
- hashCode() - Method in class es.situm.sdk.model.realtime.RealTimeData
- hashCode() - Method in class es.situm.sdk.model.Resource
- hashCode() - Method in class es.situm.sdk.model.URL
- hashCode() - Method in class es.situm.sdk.navigation.ExternalNavigation
- hashCode() - Method in class es.situm.sdk.navigation.NavigationRequest
- hashCode() - Method in class es.situm.sdk.realtime.RealTimeRequest
- hasId() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
- hasPitch() - Method in class es.situm.sdk.model.location.Location
-
Only used in indoor.
- hasRoll() - Method in class es.situm.sdk.model.location.Location
-
Only used in indoor.
- hasRotationMatrix() - Method in class es.situm.sdk.model.location.Location
-
Return true if the location has a valid rotation matrix, false otherwise.
- hasRotationMatrix(Boolean) - Method in class es.situm.sdk.model.location.Location.Builder
- hasWifi() - Method in class es.situm.sdk.model.calibration.CalibrationScans
- HEIGHT - Static variable in interface es.situm.sdk.model.MapperInterface
- HIGH - es.situm.sdk.model.location.Location.Quality
-
The quality of the location/bearing is high
- host() - Method in class es.situm.sdk.model.URL
-
Wrap of
URL.asURL()
and methodURL.getHost()
- HTTP_BAD_REQUEST - Static variable in interface es.situm.sdk.communication.CommunicationManager.Code
-
The request was unacceptable, often due to missing a required parameter.
- HTTP_NOT_FOUND - Static variable in interface es.situm.sdk.communication.CommunicationManager.Code
-
The request resource doesn't exist.
- HTTP_REQUEST_FAILED - Static variable in interface es.situm.sdk.communication.CommunicationManager.Code
-
The parameters were valid but the request failed.
- HTTP_SERVER_ERROR - Static variable in interface es.situm.sdk.communication.CommunicationManager.Code
-
Something went wrong on Situm's end.
- HTTP_UNAUTHORIZED - Static variable in interface es.situm.sdk.communication.CommunicationManager.Code
-
Provided credentials are not valid.
- HttpMethod - Annotation Type in es.situm.sdk.communication
-
The supported HTTP methods used in the custom requests
- HttpOption - Annotation Type in es.situm.sdk.communication
-
The supported HTTP options use in
HttpRequest
- HttpRequest - Class in es.situm.sdk.communication
-
Custom HTTP request to use with
HttpRequestExecutor
. - HttpRequest.Builder - Class in es.situm.sdk.communication
- HttpRequestExecutor - Class in es.situm.sdk.communication
-
Class intended just for internal SDK use to make custom HTTP requests to the Dashboard
- HttpRequestExecutor(HttpClient) - Constructor for class es.situm.sdk.communication.HttpRequestExecutor
- HUMAN_READABLE_MESSAGE - Static variable in interface es.situm.sdk.model.MapperInterface
- HYBRID - es.situm.sdk.location.LocationRequest.IndoorProvider
-
Deprecated.INPHONE mode will be used instead
I
- I18nString - Class in es.situm.sdk.model
-
A string with a different value depending of the language.
- I18nString(Map<String, String>) - Constructor for class es.situm.sdk.model.I18nString
- I18nString.Builder - Class in es.situm.sdk.model
-
Allows creating a I18nString in a handier way.
- id(int) - Method in class es.situm.sdk.model.directions.RouteStep.Builder
- ID - Static variable in interface es.situm.sdk.model.MapperInterface
- IDENTIFIER - Static variable in interface es.situm.sdk.model.MapperInterface
- IGNORE_CACHE - es.situm.sdk.configuration.network.NetworkOptions.CacheStrategy
-
Force download from server, the cache won't be used.
- IGNORE_LOW_QUALITY_LOCATIONS - Static variable in interface es.situm.sdk.model.MapperInterface
- ignoreLowQualityLocations() - Method in class es.situm.sdk.navigation.NavigationRequest
- ignoreLowQualityLocations(boolean) - Method in class es.situm.sdk.navigation.NavigationRequest.Builder
-
Set if low quality locations should be ignored.
- ignoreWifiThrottling(boolean) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
(Android 10 only) Sets if you want to ignore (not use) the WiFi Throttling protections implemented by Situm SDK, therefore scanning WiFi as fast as possible.
- INCLUDED_TAGS - Static variable in interface es.situm.sdk.model.MapperInterface
- includedTags(List<String>) - Method in class es.situm.sdk.directions.DirectionsRequest.Builder
-
List of tags that you want to use when calculating a route.
- indication(Indication) - Method in class es.situm.sdk.model.navigation.NavigationProgress.Builder
-
Sets the
currentIndication
and returns a reference to this Builder so that the methods can be chained together. - Indication - Class in es.situm.sdk.model.directions
-
Represents the instruction that a user should follow when on a
RouteStep
to continue the route - Indication() - Constructor for class es.situm.sdk.model.directions.Indication
- Indication(int, double, double, int) - Constructor for class es.situm.sdk.model.directions.Indication
-
Constructs Indication calculating its GuidanceActionType and GuidanceOrientationType
- Indication(int, double, double, int, Integer) - Constructor for class es.situm.sdk.model.directions.Indication
-
Constructs Indication calculating its GuidanceActionType and GuidanceOrientationType
- INDICATION_TYPE - Static variable in interface es.situm.sdk.model.MapperInterface
- Indication.Action - Enum in es.situm.sdk.model.directions
-
Defines the main action of the indication
- Indication.Builder - Class in es.situm.sdk.model.directions
- Indication.Orientation - Enum in es.situm.sdk.model.directions
-
Defines the change in orientation associated the the indication
- indicationForNextStep(int) - Method in class es.situm.sdk.model.directions.Route
-
Returns the next indication to a given step.
- indications(List<Indication>) - Method in class es.situm.sdk.model.directions.Route.Builder
- INDICATIONS - Static variable in interface es.situm.sdk.model.MapperInterface
- INDICATIONS_INTERVAL - Static variable in interface es.situm.sdk.model.MapperInterface
- indicationsInterval(long) - Method in class es.situm.sdk.navigation.NavigationRequest.Builder
-
Sets the time to wait between indications.
- INDOOR_POIS - Static variable in interface es.situm.sdk.model.MapperInterface
- indoorPOIs(Collection<Poi>) - Method in class es.situm.sdk.model.cartography.BuildingInfo.Builder
- indoorProvider(LocationRequest.IndoorProvider) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Deprecated.Do not use. The indoor provider is
LocationRequest.IndoorProvider.INPHONE
by default and can not be changed. - INFO_HTML - Static variable in interface es.situm.sdk.model.MapperInterface
- infoHtml(String) - Method in class es.situm.sdk.model.cartography.Building.Builder
- infoHtml(String) - Method in class es.situm.sdk.model.cartography.Geofence.Builder
- infoHtml(String) - Method in class es.situm.sdk.model.cartography.Poi.Builder
- init(Context) - Static method in class es.situm.sdk.SitumSdk
-
Initialize SDK.
- INPHONE - es.situm.sdk.location.LocationRequest.IndoorProvider
-
Deprecated.Default.
- IntegerCell - Class in es.situm.sdk.model.cartography.calibration
-
A cell of a
Grid
with the position (x,y) and an integer value - IntegerCell(int, int, int) - Constructor for class es.situm.sdk.model.cartography.calibration.IntegerCell
- INTERNAL - es.situm.sdk.error.Error.Domain
- INTERNAL_ERROR - Static variable in interface es.situm.sdk.error.CommonErrorConstant.Code
- INTERNAL_ERROR - Static variable in interface es.situm.sdk.error.CommonErrorConstant.PropertyKey
- INTERNET_NOT_AVAILABLE - Static variable in interface es.situm.sdk.error.CommonErrorConstant.Code
-
No internet connection from the device.
- interval(int) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Sets the desired interval (in milliseconds) between consecutive Indoor Positions communicated via
LocationListener.onLocationChanged(Location)
callback. - INVALID_ACTION - es.situm.sdk.model.directions.Indication.Action
- INVALID_ORIENTATION - es.situm.sdk.model.directions.Indication.Orientation
- INVALID_REQUEST - Static variable in interface es.situm.sdk.directions.DirectionsManager.Code
-
Invalid request parameters
- INVALID_REQUEST_PARAMETERS - Static variable in interface es.situm.sdk.communication.CommunicationManager.Code
-
Error while creating request payload.
- invalidateCache() - Method in interface es.situm.sdk.communication.CommunicationManager
-
Invalidate all the resources in the cache
- invalidateTiles() - Method in interface es.situm.sdk.communication.CommunicationManager
-
Invalidate all tiles resources
- IS_FIRST - Static variable in interface es.situm.sdk.model.MapperInterface
- IS_INDOOR - Static variable in interface es.situm.sdk.model.MapperInterface
- IS_LAST - Static variable in interface es.situm.sdk.model.MapperInterface
- IS_OUTDOOR - Static variable in interface es.situm.sdk.model.MapperInterface
- IS_PUBLIC - Static variable in interface es.situm.sdk.model.MapperInterface
- isAbsolute() - Method in class es.situm.sdk.model.URL
-
Return true if the value used to construct the URL doesn't start by '/', meaning it has a specific host.
- isAccessible() - Method in class es.situm.sdk.directions.DirectionsRequest
-
Returns whether the route has to be suitable for wheel chairs (true) or not (false)
- isAccessible() - Method in class es.situm.sdk.model.directions.Route
-
Deprecated.
- isAccessible() - Method in class es.situm.sdk.model.directions.RouteStep
- isAccessible(boolean) - Method in class es.situm.sdk.directions.DirectionsRequest.Builder
-
Sets if the route has to be suitable for wheel chairs (true) or not (false)
- isAllowInvalidSSLCertificate() - Method in class es.situm.sdk.Configuration
-
Returns true if all SSL certificates are trusted
- isChunckableWith(Indication) - Method in class es.situm.sdk.model.directions.Indication
-
Checks if this
Indication
can be combined with another one - isClicked() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
- isColliding() - Method in class es.situm.sdk.model.directions.Collision
- isConverted() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
- isFirst() - Method in class es.situm.sdk.model.directions.RouteStep
-
Returns true if this is the first step in the route.
- isIgnoreWifiThrottling() - Method in class es.situm.sdk.location.LocationRequest
-
Returns true if the WiFi Throttling protections should be ignored (or, in other words, if WiFi should be scanned as fast as possible).
- isIndoor() - Method in class es.situm.sdk.model.cartography.Poi
-
Returns whether the POI is placed outside the building or not.
- isIndoor() - Method in class es.situm.sdk.model.cartography.Point
-
Return if the POI is inside the building.
- isIndoor() - Method in class es.situm.sdk.model.location.Location
-
Return true if the location is indoor
- isInitialized() - Static method in class es.situm.sdk.SitumSdk
-
Return true when the SDK has been initialized calling
SitumSdk.init(Context)
- isInvalid() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
-
Return true if the calibration is invalid
- isLast() - Method in class es.situm.sdk.model.directions.RouteStep
-
Returns true if this is the last step in the route.
- isLast(boolean) - Method in class es.situm.sdk.model.directions.RouteStep.Builder
- isLocalPath() - Method in class es.situm.sdk.model.cartography.SitumTile
- isLocationDelimitedByRoute() - Method in class es.situm.sdk.location.LocationParametersUpdate
- isLocationDelimitedByRoute() - Method in class es.situm.sdk.location.LocationRequest
- isNeededLevelChange() - Method in class es.situm.sdk.model.directions.Indication
-
Check if the user should change the level in order to arrive to destination
- isOutdoor() - Method in class es.situm.sdk.model.cartography.Poi
-
Returns whether the POI is placed outside the building or not.
- isOutdoor() - Method in class es.situm.sdk.model.cartography.Point
-
Return if the POI is outside the building.
- isOutdoor() - Method in class es.situm.sdk.model.location.Location
-
Return true if the location is outdoor
- isOutdoorPositionsEnabled() - Method in class es.situm.sdk.location.OutdoorLocationOptions
-
Gets whether
OutdoorLocationOptions.Builder.enableOutdoorPositions(boolean)
has been set to true. - isPreloadInfo() - Method in class es.situm.sdk.location.LocationRequest
- isPublic() - Method in class es.situm.sdk.model.cartography.PoiCategory
-
Returns whether the category is public or not
- isPublic(Boolean) - Method in class es.situm.sdk.model.cartography.PoiCategory.Builder
- isRelative() - Method in class es.situm.sdk.model.URL
-
Return true if the value used to construct the URL starts by '/', meaning it has no specific host nor port.
- isRunning() - Method in interface es.situm.sdk.location.LocationManager
-
Returns true if
LocationManager.requestLocationUpdates()
was called and positioning is running - isRunning() - Method in interface es.situm.sdk.navigation.NavigationManager
-
Returns true if the navigation is running, false otherwise
- isRunning() - Method in interface es.situm.sdk.realtime.RealTimeManager
-
Check if the realtime is running
- isSaved() - Method in class es.situm.sdk.model.calibration.LocalCalibration
- isScansBasedDetectorAlwaysOn() - Method in class es.situm.sdk.location.OutdoorLocationOptions
-
Gets whether
OutdoorLocationOptions.Builder.scansBasedDetectorAlwaysOn(boolean)
has been set to true. - isShowStopAction() - Method in class es.situm.sdk.location.ForegroundServiceNotificationOptions
- isUsed() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
-
Return true if the calibration is used in the positioning model
- isUseRemoteConfig() - Method in class es.situm.sdk.Configuration
- isUsingSimulatedLocationManager() - Static method in class es.situm.sdk.SitumSdk
-
Return true if a simulated location manager is set, false otherwise
- isValid() - Method in class es.situm.sdk.model.directions.Indication
-
Check if a particular guidance make sense
- isWaiting() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
-
Return true if the calibration is in any of the waiting states
K
- KEY - es.situm.sdk.utils.filter.Filter.KeyValueFilter.FilterBy
-
Deprecated.
- KeyValueFilter(Filter.KeyValueFilter.FilterBy, String) - Constructor for class es.situm.sdk.utils.filter.Filter.KeyValueFilter
-
Deprecated.Creates a KeyValueFilter passing the field to filter and the regex pattern
L
- LAST_STEP - Static variable in interface es.situm.sdk.model.MapperInterface
- LATITUDE - Static variable in interface es.situm.sdk.model.MapperInterface
- LAUNCH_APP - es.situm.sdk.location.ForegroundServiceNotificationOptions.TapAction
-
Launch the app's main activity using the information returned by
PackageManager.getLaunchIntentForPackage(String)
. - LAUNCH_SETTINGS - es.situm.sdk.location.ForegroundServiceNotificationOptions.TapAction
-
Launch the operating system settings screen for the current app.
- LEFT - es.situm.sdk.model.directions.Indication.Orientation
- level(int) - Method in class es.situm.sdk.model.cartography.Floor.Builder
-
Deprecated.use
Floor.Builder.floor(int)
instead - LocalCalibration - Class in es.situm.sdk.model.calibration
-
Class to represent a calibration
- LocalCalibration(File) - Constructor for class es.situm.sdk.model.calibration.LocalCalibration
-
Constructor for build a new calibration from disk
- LocalCalibration(String, String, int, Date) - Constructor for class es.situm.sdk.model.calibration.LocalCalibration
-
Deprecated.
- LocalCalibration(String, String, int, Date, long) - Constructor for class es.situm.sdk.model.calibration.LocalCalibration
- localPath(String) - Method in class es.situm.sdk.model.cartography.SitumTile.Builder
- Location - Class in es.situm.sdk.model.location
-
A location.
- LOCATION - es.situm.sdk.error.Error.Domain
- LOCATION_DISABLED - es.situm.sdk.location.LocationStatus
-
(Building Mode only) Warning: the user has disabled the smartphone's location (e.g.
- LOCATION_DISABLED - Static variable in interface es.situm.sdk.location.LocationManager.Code
-
Android's Location must be enabled in the smartphone in order to scan Bluetooth and/or Wi-FI, or to use the GPS.
- Location.Builder - Class in es.situm.sdk.model.location
- Location.Quality - Enum in es.situm.sdk.model.location
-
The quality of the location/bearing.
- locationDelimitedByRoute(boolean) - Method in class es.situm.sdk.location.LocationParametersUpdate.Builder
-
Boolean value that determines if the location engine have to consider points (true) or not (false) when computing location.
- locationDelimitedByRoute(boolean) - Method in class es.situm.sdk.location.LocationRequest.Builder
- LocationListener - Interface in es.situm.sdk.location
-
Used for received locations and statuses from the
LocationManager
. - locationManager() - Static method in class es.situm.sdk.SitumSdk
-
Returns the location manager.
- LocationManager - Interface in es.situm.sdk.location
-
This class provides Situm Indoor and / or Outdoor positioning.
- LocationManager.Code - Interface in es.situm.sdk.location
-
The error codes that the
LocationManager
can generate (all errors will be communicated through theLocationListener.onError(Error)
callback). - LocationManager.PropertyKey - Interface in es.situm.sdk.location
- LocationParametersUpdate - Class in es.situm.sdk.location
- LocationParametersUpdate.Builder - Class in es.situm.sdk.location
- LocationParametersUpdateListener - Interface in es.situm.sdk.location
- LocationRequest - Class in es.situm.sdk.location
-
A data object that allows you to configure the positioning parameters of the
LocationManager
(e.g. - LocationRequest.Builder - Class in es.situm.sdk.location
-
Builder constructor that allows to configure all the
LocationRequest
parameters. - LocationRequest.IndoorProvider - Enum in es.situm.sdk.location
-
Deprecated.This Enum is no longer used, the SDK always computes the geolocations in the same way (in the device without continuosly accessing the internet, behaving like the old INPHONE mode).
- LocationRequest.MotionMode - Enum in es.situm.sdk.location
-
Allows to indicate how the user that carries the smartphone moves: by foot (default), by car, etc.
- LocationRequest.RealtimeUpdateInterval - Enum in es.situm.sdk.location
-
Enum that allows to specify whether the geolocations computed should be sent to Situm Platform, and if so with which periodicity (time interval).
- locations(List<Location>) - Method in class es.situm.sdk.model.realtime.RealTimeData.Builder
- LocationStatus - Enum in es.situm.sdk.location
-
Location status values passed via the
LocationListener.onStatusChanged(LocationStatus)
callback. - logo(URL) - Method in class es.situm.sdk.model.organization.OrganizationTheme.Builder
- logout(Handler<Object>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Invalidate user's token and remove it from internal credentials, if exist.
- LONGITUDE - Static variable in interface es.situm.sdk.model.MapperInterface
- lookupKey() - Method in class es.situm.sdk.model.cartography.Point
- lookupKey() - Method in class es.situm.sdk.model.directions.RouteStep
- LOW - es.situm.sdk.model.location.Location.Quality
-
The quality of the location/bearing is low
M
- MALFORMED_JSON - Static variable in interface es.situm.sdk.communication.CommunicationManager.Code
-
Server returned a JSON that can't be read.
- MAP_URL - Static variable in interface es.situm.sdk.model.MapperInterface
- MapperInterface - Interface in es.situm.sdk.model
-
A mapper to transform objects from Sdk into Maps.
- mapUrl(URL) - Method in class es.situm.sdk.model.cartography.Floor.Builder
- MAX_SNR - Static variable in class es.situm.sdk.location.OutdoorLocationOptions
-
(Open Sky Detector only) Default GPS SNR (Signal-To-Noise Ratio) average value (in dBm) that can be passed to method
OutdoorLocationOptions.Builder.averageSnrThreshold
. - message(String) - Method in class es.situm.sdk.location.ForegroundServiceNotificationOptions.Builder
-
Set the message of the Foreground Service Notification.
- method(String) - Method in class es.situm.sdk.communication.HttpRequest.Builder
-
Set the HTTP method.
- METHOD - Static variable in interface es.situm.sdk.communication.CommunicationManager.PropertyKey
- MIN_SNR - Static variable in class es.situm.sdk.location.OutdoorLocationOptions
-
(Open Sky Detector only) Minimum GPS SNR (Signal-To-Noise Ratio) average value (in dBm) that can be passed to method
OutdoorLocationOptions.Builder.averageSnrThreshold
. - MINIMIZE_FLOOR_CHANGES - Static variable in interface es.situm.sdk.model.MapperInterface
- minimizeFloorChanges() - Method in class es.situm.sdk.directions.DirectionsRequest
-
Returns if the route will be calculated minimizing the floor changes
- minimizeFloorChanges(boolean) - Method in class es.situm.sdk.directions.DirectionsRequest.Builder
-
Sets if you want to calculate a route minimizing the floor changes even if the route is longer.
- minimumOutdoorLocationAccuracy(int) - Method in class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
Set the minimum accuracy in meters that an Outdoor Location must have to be returned via
LocationListener
and uploaded to Situm Platform. - minNumberSatellitesToRunDetector(int) - Method in class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
Deprecated.(Open Sky Detector only) Not used anymore. Use
OutdoorLocationOptions.Builder.averageSnrThreshold(float)
instead. - minPercentageToDetectOutdoor(float) - Method in class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
Deprecated.(Open Sky Detector only) Not used anymore. Use
OutdoorLocationOptions.Builder.averageSnrThreshold(float)
instead - minSnrToUseSatellite(float) - Method in class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
Deprecated.(Open Sky Detector only) Not used anymore. Use
OutdoorLocationOptions.Builder.averageSnrThreshold(float)
instead. - MISSING_BACKGROUND_LOCATION_PERMISSION - Static variable in interface es.situm.sdk.location.LocationManager.Code
-
Deprecated.This error is not used and will never be thrown.
- MISSING_BLUETOOTH_PERMISSION - Static variable in interface es.situm.sdk.location.LocationManager.Code
-
Missing required bluetooth permissions.
- MISSING_LOCATION_PERMISSION - Static variable in interface es.situm.sdk.location.LocationManager.Code
-
Android Location permissions are needed to scan BLE and/or Wi-FI, or to use GPS information.
- modifier(DirectionsModifier) - Method in class es.situm.sdk.model.directions.Restriction.Builder
- motionMode(LocationRequest.MotionMode) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Sets the
LocationRequest.MotionMode
, which specifies how the user moves (e.g.
N
- name(I18nString) - Method in class es.situm.sdk.model.cartography.PoiCategory.Builder
- name(String) - Method in class es.situm.sdk.model.calibration.RemoteCalibration.Builder
- name(String) - Method in class es.situm.sdk.model.cartography.Building.Builder
- name(String) - Method in class es.situm.sdk.model.cartography.Floor.Builder
- name(String) - Method in class es.situm.sdk.model.cartography.Geofence.Builder
- name(String) - Method in class es.situm.sdk.model.cartography.Poi.Builder
- NAME - Static variable in interface es.situm.sdk.model.MapperInterface
- NAVIGATION_CANCELLED - es.situm.sdk.navigation.ExternalNavigation.MessageType
- NAVIGATION_STARTED - es.situm.sdk.navigation.ExternalNavigation.MessageType
- NAVIGATION_UPDATED - es.situm.sdk.navigation.ExternalNavigation.MessageType
- NavigationListener - Interface in es.situm.sdk.navigation
-
NavigationListener Interface to receive updates from
NavigationManager
object. - navigationManager() - Static method in class es.situm.sdk.SitumSdk
-
Returns the navigation manager.
- NavigationManager - Interface in es.situm.sdk.navigation
-
Central point to update the progress of a user when follows a route
- NavigationProgress - Class in es.situm.sdk.model.navigation
-
Provide information of the progress of a user while following a route.
- NavigationProgress.Builder - Class in es.situm.sdk.model.navigation
-
NavigationProgress
builder static inner class. - NavigationRequest - Class in es.situm.sdk.navigation
-
Holds
NavigationManager
request parameters - NavigationRequest.Builder - Class in es.situm.sdk.navigation
-
NavigationState
builder static inner class. - NEEDED_LEVEL_CHANGE - Static variable in interface es.situm.sdk.model.MapperInterface
- NETWORK_ERROR - Static variable in interface es.situm.sdk.communication.CommunicationManager.Code
-
Network error.
- NetworkOptions - Interface in es.situm.sdk.configuration.network
-
This interface defines options relative to network operations.
- NetworkOptions.CacheStrategy - Enum in es.situm.sdk.configuration.network
-
Supported SDK Cache Strategies.
- NetworkOptionsImpl - Class in es.situm.sdk.configuration.network
-
This class implements NetworkOptions.
- NetworkOptionsImpl.Builder - Class in es.situm.sdk.configuration.network
- NEVER - es.situm.sdk.location.LocationRequest.RealtimeUpdateInterval
-
Computed geolocations won't be uploaded to Situm Platform.
- NEXT_INDICATION - Static variable in interface es.situm.sdk.model.MapperInterface
- NEXT_LEVEL - Static variable in interface es.situm.sdk.model.MapperInterface
- nextIndication(Indication) - Method in class es.situm.sdk.model.navigation.NavigationProgress.Builder
-
Sets the
nextIndication
and returns a reference to this Builder so that the methods can be chained together. - NO_CONNECTION - es.situm.sdk.location.LocationStatus
-
Deprecated.Warning: no internet connection is available (Situm SDK will not be able to download Positioning Models).
- NODES - Static variable in interface es.situm.sdk.model.MapperInterface
- NORMAL - es.situm.sdk.location.LocationRequest.RealtimeUpdateInterval
-
Computed geolocations will be accumulated and sent to Situm Platform every 15 seconds.
- NORTH_EAST - Static variable in interface es.situm.sdk.model.MapperInterface
- NORTH_WEST - Static variable in interface es.situm.sdk.model.MapperInterface
- NOT_ACCESSIBLE - es.situm.sdk.directions.DirectionsModifier.LEGACY_OPTIONS
-
The route should never use accessible floor changes (use this to force that routes don't use lifts)
- NOT_USED - es.situm.sdk.model.calibration.RemoteCalibration.State
- notifyClicked(Context, String) - Method in class es.situm.sdk.v1.SitumEvent
-
Deprecated.
- notifyConverted(Context, String) - Method in class es.situm.sdk.v1.SitumEvent
-
Deprecated.
- notifySeen(Context, String) - Method in class es.situm.sdk.v1.SitumEvent
-
Deprecated.
O
- onApplied(LocationParametersUpdate) - Method in interface es.situm.sdk.location.LocationParametersUpdateListener
-
Callback method that indicates that the
LocationParametersUpdate
has been successfully applied. - onCancellation() - Method in interface es.situm.sdk.navigation.NavigationListener
-
Called when the navigation is cancelled due to a call to
NavigationManager.removeUpdates()
. - onDestinationReached() - Method in interface es.situm.sdk.navigation.NavigationListener
-
Deprecated.
- onDestinationReached(Route) - Method in interface es.situm.sdk.navigation.NavigationListener
-
Called when the user is close to the destination by less than
NavigationRequest.getDistanceToGoalThreshold()
- onEnteredGeofences(List<Geofence>) - Method in interface es.situm.sdk.location.GeofenceListener
-
Called when the user enters a geofence.
- onError(Error) - Method in interface es.situm.sdk.location.LocationListener
-
Called when an error is received during initialization.
- onError(Error) - Method in interface es.situm.sdk.location.LocationParametersUpdateListener
-
The
LocationParametersUpdate
could not be applied because of an error. - onError(Error) - Method in interface es.situm.sdk.realtime.RealTimeListener
-
Invoked in case any error happens
- onExitedGeofences(List<Geofence>) - Method in interface es.situm.sdk.location.GeofenceListener
-
Called when the user exits a geofence.
- onFailure(Error) - Method in interface es.situm.sdk.utils.Handler
-
Callback that is called in case any error happens
- onLocationChanged(Location) - Method in interface es.situm.sdk.location.LocationListener
-
Called when the location has changed
- ONLY_ACCESSIBLE - es.situm.sdk.directions.DirectionsRequest.AccessibilityMode
-
The route should always use accessible nodes.
- ONLY_NOT_ACCESSIBLE_FLOOR_CHANGES - es.situm.sdk.directions.DirectionsRequest.AccessibilityMode
-
The route should never use accessible floor changes (use this to force that routes don't use lifts)
- onProgress(NavigationProgress) - Method in interface es.situm.sdk.navigation.NavigationListener
-
Deprecated.
- onProgress(NavigationProgress, Route) - Method in interface es.situm.sdk.navigation.NavigationListener
-
Called when a new location is received and the route progress is updated
- onStart(Route) - Method in interface es.situm.sdk.navigation.NavigationListener
-
Called when the navigation actually starts after a call to
NavigationManager.requestNavigationUpdates(NavigationRequest)
. - onStatusChanged(LocationStatus) - Method in interface es.situm.sdk.location.LocationListener
-
Called when a new status is received
- onSuccess(T) - Method in interface es.situm.sdk.utils.Handler
-
Will be invoked if the request finished successfully
- onUserLocations(RealTimeData) - Method in interface es.situm.sdk.realtime.RealTimeListener
-
Invoked when there is a new list of devices positions
- onUserOutsideRoute() - Method in interface es.situm.sdk.navigation.NavigationListener
-
Called when the user does not follow the route and is
NavigationRequest.getOutsideRouteThreshold()
meters or more far from it - options(DirectionsOptions) - Method in class es.situm.sdk.directions.DirectionsRequest.Builder
-
Sets additional information on how a route should be computed.
- options(Map<String, Object>) - Method in class es.situm.sdk.communication.HttpRequest.Builder
-
Set custom options.
- OR - es.situm.sdk.utils.filter.Filter.FilterMode
-
Deprecated.
- organizationName(String) - Method in class es.situm.sdk.model.organization.OrganizationTheme.Builder
- OrganizationTheme - Class in es.situm.sdk.model.organization
-
The organization name, UUID, colors and logo
- OrganizationTheme(String, String, ThemeColors, URL) - Constructor for class es.situm.sdk.model.organization.OrganizationTheme
-
Deprecated.
- OrganizationTheme.Builder - Class in es.situm.sdk.model.organization
- organizationUuid(String) - Method in class es.situm.sdk.model.organization.OrganizationTheme.Builder
- ORIENTATION - Static variable in interface es.situm.sdk.model.MapperInterface
- ORIENTATION_TYPE - Static variable in interface es.situm.sdk.model.MapperInterface
- ORIGIN_OR_DESTINATION_EXCLUDED - Static variable in interface es.situm.sdk.directions.DirectionsManager.Code
-
The request has an exclusion area that contains the origin or destination of the route.
- OUTDOOR_BUILDING_DETECTOR_BLE - Static variable in interface es.situm.sdk.model.MapperInterface
- OUTDOOR_POIS - Static variable in interface es.situm.sdk.model.MapperInterface
- outdoorLocationOptions(OutdoorLocationOptions) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
(Global Mode only) Sets the
OutdoorLocationOptions
, which specify configuration related to the Global Mode (e.g. - OutdoorLocationOptions - Class in es.situm.sdk.location
-
When you build the
LocationRequest
, this data object configures the Global Mode (seeLocationRequest
for details) options: Outdoor positioning, Building Detector and Open Sky Detector parameters. - OutdoorLocationOptions.Builder - Class in es.situm.sdk.location
-
Builder for the
OutdoorLocationOptions
class. - OutdoorLocationOptions.BuildingDetector - Enum in es.situm.sdk.location
-
Allows to configure how Situm SDK will detect the building where the user is (building detector strategy).
- outdoorPOIs(Collection<Poi>) - Method in class es.situm.sdk.model.cartography.BuildingInfo.Builder
- OUTSIDE_ROUTE - es.situm.sdk.navigation.ExternalNavigation.MessageType
- OUTSIDE_ROUTE_THRESHOLD - Static variable in interface es.situm.sdk.model.MapperInterface
- outsideRouteThreshold(double) - Method in class es.situm.sdk.navigation.NavigationRequest.Builder
-
Sets the
outsideRouteThreshold
. - overrideSnrServervalue() - Method in class es.situm.sdk.location.OutdoorLocationOptions
-
Deprecated.
P
- PASS_THROUGH - es.situm.sdk.model.directions.Indication.Action
- path() - Method in class es.situm.sdk.model.URL
- PICTURE_THUMB_URL - Static variable in interface es.situm.sdk.model.MapperInterface
- PICTURE_URL - Static variable in interface es.situm.sdk.model.MapperInterface
- pictureThumbUrl(URL) - Method in class es.situm.sdk.model.cartography.Building.Builder
- pictureUrl(URL) - Method in class es.situm.sdk.model.cartography.Building.Builder
- pitch(Angle) - Method in class es.situm.sdk.model.location.Location.Builder
- Poi - Class in es.situm.sdk.model.cartography
-
Point of Interest, associated to a building, regardless of whether it's place inside or outside the building.
- POI_CATEGORIES - Static variable in interface es.situm.sdk.model.MapperInterface
- POI_CATEGORY - Static variable in interface es.situm.sdk.model.MapperInterface
- POI_CATEGORY_CODE - Static variable in interface es.situm.sdk.model.MapperInterface
- POI_CATEGORY_ICON_SELECTED - Static variable in interface es.situm.sdk.model.MapperInterface
- POI_CATEGORY_ICON_UNSELECTED - Static variable in interface es.situm.sdk.model.MapperInterface
- POI_CATEGORY_IDENTIFIER - Static variable in interface es.situm.sdk.model.MapperInterface
- POI_CATEGORY_IDENTIFIERS - Static variable in interface es.situm.sdk.model.MapperInterface
- POI_CATEGORY_iNAME - Static variable in interface es.situm.sdk.model.MapperInterface
- POI_CATEGORY_NAME - Static variable in interface es.situm.sdk.model.MapperInterface
- POI_NAME - Static variable in interface es.situm.sdk.model.MapperInterface
- POI_TO - Static variable in interface es.situm.sdk.model.MapperInterface
- POI_TO_IDENTIFIER - Static variable in interface es.situm.sdk.model.MapperInterface
- Poi.Builder - Class in es.situm.sdk.model.cartography
-
Builder to create a
Poi
instances - PoiCategory - Class in es.situm.sdk.model.cartography
-
Category of Point of Interest.
- PoiCategory.Builder - Class in es.situm.sdk.model.cartography
-
Builder to construct a
PoiCategory
- point(Point) - Method in class es.situm.sdk.model.cartography.Poi.Builder
- Point - Class in es.situm.sdk.model.cartography
-
Associate geographical coordinate (Location) with Building and Floor (Cartography) and cartesian coordinate relative to that building.
- Point(Building, String, CartesianCoordinate) - Constructor for class es.situm.sdk.model.cartography.Point
-
Create a point placed indoors.
- Point(Building, String, Coordinate) - Constructor for class es.situm.sdk.model.cartography.Point
-
Create a point placed indoors.
- Point(Point) - Constructor for class es.situm.sdk.model.cartography.Point
- Point(Coordinate) - Constructor for class es.situm.sdk.model.cartography.Point
-
Create a point placed outdoors.
- Point(String, Coordinate) - Constructor for class es.situm.sdk.model.cartography.Point
-
Create a point placed outdoors.
- Point(String, String, Coordinate, CartesianCoordinate) - Constructor for class es.situm.sdk.model.cartography.Point
-
Create a point placed indoors.
- points() - Method in class es.situm.sdk.model.directions.Route
-
Returns the list of points of the complete route for all the steps from beginning to finish
- points(List<Point>) - Method in class es.situm.sdk.model.cartography.CalibrationArea.Builder
- points(List<Point>) - Method in class es.situm.sdk.model.directions.Route.Builder
- points(List<Point>) - Method in class es.situm.sdk.model.navigation.NavigationProgress.Builder
-
Sets the
points
and returns a reference to this Builder so that the methods can be chained together. - POINTS - Static variable in interface es.situm.sdk.model.MapperInterface
- poiTo(Poi) - Method in class es.situm.sdk.model.directions.Route.Builder
- pollTimeMs(int) - Method in class es.situm.sdk.realtime.RealTimeRequest.Builder
-
The interval in milliseconds to get updates.
- POLYGON_POINTS - Static variable in interface es.situm.sdk.model.MapperInterface
- polygonPoints(List<Point>) - Method in class es.situm.sdk.model.cartography.Geofence.Builder
- port() - Method in class es.situm.sdk.model.URL
-
Gets the port number of this URL.
- position(Point) - Method in class es.situm.sdk.model.location.Location.Builder
- POSITION - Static variable in interface es.situm.sdk.model.MapperInterface
- POST - Static variable in annotation type es.situm.sdk.communication.HttpMethod
- prefetchPositioningInfo(CommunicationConfig, Handler<String>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download all the necessary information to start positioning.
- prefetchPositioningInfo(Handler<String>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download all the necessary information to start positioning.
- prefetchPositioningInfo(List<String>, CommunicationConfig, Handler<String>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download all the necessary information to start positioning in the selected buildings.
- prefetchPositioningInfo(List<String>, Handler<String>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download all the necessary information to start positioning in the selected buildings.
- prefetchPositioningInfo(List<String>, Map<String, Object>, Handler<String>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- prefetchPositioningInfo(Map<String, Object>, Handler<String>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- PRELOAD_IMAGES - Static variable in annotation type es.situm.sdk.communication.CommunicationOptions
-
Deprecated.Preload the images when you are downloading an object that contains them like Floor or PoiCategory.
- preloadInfo(boolean) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Set if you want to load floor plan images and POI category images to cache while starting the
LocationManager
. - PREPARING_POSITIONING_MODEL - es.situm.sdk.location.LocationStatus
-
(Building Mode only) Situm SDK is getting ready to download the Positioning Model.
- PRIORITIZE - es.situm.sdk.directions.DirectionsModifier.Actions
-
Gives preference to links
- prioritizeModifier(DirectionsModifier) - Method in class es.situm.sdk.directions.DirectionsOptions.Builder
-
Apply
DirectionsModifier
that will be prioritized. - PROCESSING_POSITIONING_MODEL - es.situm.sdk.location.LocationStatus
-
(Building Mode only) The Positioning Model has been downloaded and now is being processed in order to start Indoor Positioning in its building.
- protocol() - Method in class es.situm.sdk.model.URL
-
Wrap of
URL.asURL()
and methodURL.getProtocol()
- PROVIDER - Static variable in interface es.situm.sdk.model.MapperInterface
- put(String, String) - Method in class es.situm.sdk.model.I18nString.Builder
-
Add string translated into another language.
- put(Locale, String) - Method in class es.situm.sdk.model.I18nString.Builder
-
Add string translated into another language.
- PUT - Static variable in annotation type es.situm.sdk.communication.HttpMethod
Q
- quality(Location.Quality) - Method in class es.situm.sdk.model.location.Location.Builder
- QUALITY - Static variable in interface es.situm.sdk.model.MapperInterface
R
- radians() - Method in class es.situm.sdk.model.location.Angle
- RADIANS - Static variable in interface es.situm.sdk.model.MapperInterface
- RADIANS_MINUS_PI_PI - Static variable in interface es.situm.sdk.model.MapperInterface
- radiansMinusPiPi() - Method in class es.situm.sdk.model.location.Angle
- RADIOMAX - es.situm.sdk.location.LocationRequest.MotionMode
-
User movement type not known or can not be modelled properly, Situm will just return the location where the WiFi/BLE signals match better with those of the calibrations.
- RADIUS - Static variable in interface es.situm.sdk.model.MapperInterface
- rawJsonString(String) - Method in class es.situm.sdk.location.ExternalArData.Builder
- REALTIME - es.situm.sdk.location.LocationRequest.RealtimeUpdateInterval
-
Computed geolocations will be sent to Situm Platform every second.
- RealTimeData - Class in es.situm.sdk.model.realtime
-
Represents the device positions
- RealTimeData.Builder - Class in es.situm.sdk.model.realtime
-
Builder to create a
RealTimeData
instance - RealTimeListener - Interface in es.situm.sdk.realtime
-
Listener in which the device positions are received
- realtimeManager() - Static method in class es.situm.sdk.SitumSdk
-
Returns realtime manager.
- RealTimeManager - Interface in es.situm.sdk.realtime
-
RealTimeManager provides the ability to obtain real-time data from device positions.
- RealTimeRequest - Class in es.situm.sdk.realtime
-
Represents the configuration for getting realtime devices positions in
- RealTimeRequest.Builder - Class in es.situm.sdk.realtime
-
Builder to create a
RealTimeRequest
instance By default the poll time will be setted to 10 seconds. - realtimeUpdateInterval(LocationRequest.RealtimeUpdateInterval) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Specifies the interval between consecutive geolocations uploaded to Situm Platform (or whether they should be uploaded at all).
- RemoteCalibration - Class in es.situm.sdk.model.calibration
-
A remote calibration stored in the cloud.
- RemoteCalibration.Builder - Class in es.situm.sdk.model.calibration
- RemoteCalibration.State - Enum in es.situm.sdk.model.calibration
- RemoteConfig - Class in es.situm.sdk.model.configuration
-
This class encapsulates all the objects that can be configured remotely using the dashboard, at this moment:
LocationRequest
- RemoteConfig(LocationRequest) - Constructor for class es.situm.sdk.model.configuration.RemoteConfig
- removeAllLocationListeners() - Method in interface es.situm.sdk.location.LocationManager
-
If any, removes all the
LocationListener
s previously subscribed. - removeAllNavigationListeners() - Method in interface es.situm.sdk.navigation.NavigationManager
-
If any, removes all the
NavigationListener
s previously subscribed. - removeLocationListener(LocationListener) - Method in interface es.situm.sdk.location.LocationManager
-
Removes the
LocationListener
callback. - removeNavigationListener(NavigationListener) - Method in interface es.situm.sdk.navigation.NavigationManager
-
Removes the given
NavigationListener
. - removeRealTimeUpdates() - Method in interface es.situm.sdk.realtime.RealTimeManager
-
Stop getting the devices positions
- removeUpdates() - Method in interface es.situm.sdk.location.LocationManager
-
Stops positioning.
- removeUpdates() - Method in interface es.situm.sdk.navigation.NavigationManager
-
Removes all location updates.
- removeUpdates(LocationListener) - Method in interface es.situm.sdk.location.LocationManager
- request(DirectionsRequest) - Method in class es.situm.sdk.model.directions.Route.Builder
- requestDirections(DirectionsRequest, Handler<Route>) - Method in interface es.situm.sdk.directions.DirectionsManager
-
Calculates a route between two points.
- requestLocationUpdates(LocationRequest) - Method in interface es.situm.sdk.location.LocationManager
-
Starts positioning with the configuration specified by the
LocationRequest
. - requestLocationUpdates(LocationRequest, LocationListener) - Method in interface es.situm.sdk.location.LocationManager
-
Starts positioning with the configuration specified by the
LocationRequest
; computed geolocations, status codes and errors will be received through theLocationListener
callbacks. - requestNavigationUpdates(NavigationRequest) - Method in interface es.situm.sdk.navigation.NavigationManager
-
Request navigation updates using the given
NavigationRequest
. - requestNavigationUpdates(NavigationRequest, DirectionsRequest, Handler<Route>) - Method in interface es.situm.sdk.navigation.NavigationManager
-
Request navigation updates.
- requestNavigationUpdates(NavigationRequest, NavigationListener) - Method in interface es.situm.sdk.navigation.NavigationManager
-
Request navigation updates using the given
NavigationRequest
and sets the listener that receives the updated navigation progress. - requestParams(Map<String, Object>) - Method in class es.situm.sdk.communication.HttpRequest.Builder
-
Set request params
- requestRealTimeUpdates(RealTimeRequest, RealTimeListener) - Method in interface es.situm.sdk.realtime.RealTimeManager
-
Starts getting the devices positions
- Resource - Class in es.situm.sdk.model
-
Abstract base class with common properties across Resources
- Resource(Resource.Builder) - Constructor for class es.situm.sdk.model.Resource
- responseDestinationFile(File) - Method in class es.situm.sdk.communication.HttpRequest.Builder
-
Set the file where the response will be writen
- Restriction - Class in es.situm.sdk.model.directions
-
Represents a constraint that could not be satisfied when computing a
Route
object withDirectionsManager.requestDirections(DirectionsRequest, Handler)
. - Restriction.Builder - Class in es.situm.sdk.model.directions
- restrictions(List<Restriction>) - Method in class es.situm.sdk.model.directions.Route.Builder
- RETRY_DOWNLOAD_POSITIONING_MODEL - es.situm.sdk.location.LocationStatus
-
(Building Mode only) The download of the Positioning Model has failed and Situm SDK will retry again.
- RIGHT - es.situm.sdk.model.directions.Indication.Orientation
- roll(Angle) - Method in class es.situm.sdk.model.location.Location.Builder
- rotation(Angle) - Method in class es.situm.sdk.model.cartography.Building.Builder
- ROTATION - Static variable in interface es.situm.sdk.model.MapperInterface
- rotationMatrix(float[]) - Method in class es.situm.sdk.model.location.Location.Builder
- ROUND_INDICATIONS_STEP - Static variable in interface es.situm.sdk.model.MapperInterface
- roundIndicationsStep(int) - Method in class es.situm.sdk.navigation.NavigationRequest.Builder
-
Sets the step that will be used to round indications distance.
- route(Route) - Method in class es.situm.sdk.navigation.NavigationRequest.Builder
-
Sets the
Route
whose progress is going to be updated. - Route - Class in es.situm.sdk.model.directions
-
Route between two points.
- Route(DirectionsRequest, List<RouteStep>, List<Indication>, Building, Collection<Floor>) - Constructor for class es.situm.sdk.model.directions.Route
-
Just for internal SDK use
- ROUTE - es.situm.sdk.error.Error.Domain
- ROUTE - Static variable in interface es.situm.sdk.model.MapperInterface
- ROUTE_NOT_FOUND - Static variable in interface es.situm.sdk.directions.DirectionsManager.Code
-
Route not found between the two points
- ROUTE_STEP - Static variable in interface es.situm.sdk.model.MapperInterface
- Route.Builder - Class in es.situm.sdk.model.directions
-
Helper class to create well formed instances of @{link es.situm.
- routeAdjustment(RouteAdjustment) - Method in class es.situm.sdk.location.LocationRequest.Builder
- RouteAdjustment - Class in es.situm.sdk.location
- RouteAdjustment(Boolean) - Constructor for class es.situm.sdk.location.RouteAdjustment
- RouteAdjustment.Builder - Class in es.situm.sdk.location
- routeId(int) - Method in class es.situm.sdk.location.LocationParametersUpdate.Builder
-
Identifier of the route.
- routeId(int) - Method in class es.situm.sdk.location.LocationRequest.Builder
- routePointsForDevice(long) - Method in class es.situm.sdk.model.cartography.Building
- RouteSegment - Class in es.situm.sdk.model.directions
-
A continuous segment of a route that contains points of the same floor
- RouteSegment() - Constructor for class es.situm.sdk.model.directions.RouteSegment
- routeStep(RouteStep) - Method in class es.situm.sdk.model.navigation.NavigationProgress.Builder
-
Sets the
routeStep
and returns a reference to this Builder so that the methods can be chained together. - RouteStep - Class in es.situm.sdk.model.directions
-
A fragment of a route, described by the initial point
from
and the last pointto
of the fragment, and some information about the step within the route. - RouteStep.Builder - Class in es.situm.sdk.model.directions
-
RouteStep
builder static inner class. - routeStepIndex(int) - Method in class es.situm.sdk.model.directions.Restriction.Builder
S
- sameFloor(Point) - Method in class es.situm.sdk.model.cartography.Point
- scale(double) - Method in class es.situm.sdk.model.cartography.Floor.Builder
- SCALE - Static variable in interface es.situm.sdk.model.MapperInterface
- Scans - Class in es.situm.sdk.model.cartography.calibration
-
Scans data of the calibration.
- Scans(Grid) - Constructor for class es.situm.sdk.model.cartography.calibration.Scans
- scansBasedDetectorAlwaysOn(boolean) - Method in class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
(Not available with
BuildingDetector.GPS_PROXIMITY
) If true, WiFi/BLE based building detectors will continuously scan and reevaluate WiFi/BLE signal matches, in order to detect building transitions as fast as possible. - ScansType - Enum in es.situm.sdk.model.calibration
- segments(List<RouteSegment>) - Method in class es.situm.sdk.model.directions.Route.Builder
- SEGMENTS - Static variable in interface es.situm.sdk.model.MapperInterface
- selectedIcon(URL) - Method in class es.situm.sdk.model.cartography.PoiCategory.Builder
- selectedIconBase64(String) - Method in class es.situm.sdk.model.cartography.PoiCategory.Builder
- sendGroundTruth(float, float, int) - Method in interface es.situm.sdk.location.LocationManager
-
DEBUG ONLY DO NOT USE This method is for internal use, if you call it nothing will happen
- SERVER_FIRST - es.situm.sdk.configuration.network.NetworkOptions.CacheStrategy
-
Force download from server.
- SERVER_FIRST - Static variable in annotation type es.situm.sdk.communication.CommunicationOptions
-
Deprecated.Force download from server.
- SERVICE_ALREADY_RUNNING - Static variable in interface es.situm.sdk.location.LocationManager.Code
-
The
LocationManager
is already running (positioning has started). - setApiKey(String, String) - Method in class es.situm.sdk.Configuration
-
Provides your API key to the Situm SDK for Android.
- setBottomLeft(Point2f) - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- setBottomRight(Point2f) - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- setCacheMaxAge(long, TimeUnit) - Method in class es.situm.sdk.Configuration
-
Sets the maximum age of a cached response.
- setCacheStrategy(NetworkOptions.CacheStrategy) - Method in class es.situm.sdk.configuration.network.NetworkOptionsImpl.Builder
-
Sets the desired cache strategy.
- setColliding(boolean) - Method in class es.situm.sdk.model.directions.Collision
- setDashboardURL(String) - Method in class es.situm.sdk.Configuration
-
Set the Dashboard URL used by the SDK
- setDebugOption(String, boolean) - Static method in class es.situm.sdk.SitumSdk
-
Set internal debug options.
- setDebugOption(String, String) - Static method in class es.situm.sdk.SitumSdk
-
Set internal debug options.
- setDistance(double) - Method in class es.situm.sdk.model.directions.Indication.Builder
- setDistance(double) - Method in class es.situm.sdk.model.directions.Indication
- setDistanceToNextLevel(int) - Method in class es.situm.sdk.model.directions.Indication.Builder
- setDistanceToNextLevel(int) - Method in class es.situm.sdk.model.directions.Indication
- setEventId(int) - Method in class es.situm.sdk.model.geofencing.EventOccurrence
-
Just for internal SDK use
- setFloor_id(int) - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- setGeofenceListener(GeofenceListener) - Method in interface es.situm.sdk.location.LocationManager
-
Set the
GeofenceListener
that will be called when the user enters or exits geofences. - setHumanReadableMessage(String) - Method in class es.situm.sdk.model.directions.Indication.Builder
- setId(int) - Method in class es.situm.sdk.model.geofencing.EventOccurrence
-
Just for internal SDK use
- setId(int) - Method in class es.situm.sdk.v1.SitumEvent
-
Just for internal SDK use.
- setInstructionType(Indication.Action) - Method in class es.situm.sdk.model.directions.Indication.Builder
- setLanguage(String) - Method in class es.situm.sdk.Configuration
-
Set the language code you want the names of your cartography to be translated to.
- setLanguageFromSystem(Context) - Method in class es.situm.sdk.Configuration
-
Calls
Configuration.setLanguage(String)
using the current phone language. - setLocationRequest(LocationRequest) - Method in class es.situm.sdk.model.configuration.RemoteConfig
- setNetworkOptions(NetworkOptions) - Method in class es.situm.sdk.communication.CommunicationConfigImpl
- setNextLevel(Integer) - Method in class es.situm.sdk.model.directions.Indication.Builder
- setOrientation(double) - Method in class es.situm.sdk.model.directions.Indication.Builder
- setOrientation(double) - Method in class es.situm.sdk.model.directions.Indication
- setOrientationType(Indication.Orientation) - Method in class es.situm.sdk.model.directions.Indication.Builder
- setPoints(Collection<Point>) - Method in class es.situm.sdk.model.cartography.calibration.Scans
- setPreloadImages(Boolean) - Method in class es.situm.sdk.configuration.network.NetworkOptionsImpl.Builder
-
Specifies if images should be preloaded when available.
- setRoute(Route) - Method in class es.situm.sdk.navigation.NavigationRequest
-
Sets the
Route
whose progress is going to be updated. - setSimulatedLocationManager(LocationManager) - Static method in class es.situm.sdk.SitumSdk
-
Set a simulated location manager.
- setStepIdxDestination(int) - Method in class es.situm.sdk.model.directions.Indication.Builder
- setStepIdxOrigin(int) - Method in class es.situm.sdk.model.directions.Indication.Builder
- setStepIdxOrigin(int) - Method in class es.situm.sdk.model.directions.Indication
- setTags(List<String>) - Method in class es.situm.sdk.model.directions.RouteStep
- setTimestamp(long) - Method in class es.situm.sdk.model.directions.Route
- setTopLeft(Point2f) - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- setTopRight(Point2f) - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- setUseRemoteConfig(boolean) - Method in class es.situm.sdk.Configuration
-
Set to true if you want the SDK to download the configuration from dashboard and use it by default.
- setUserPass(String, String) - Method in class es.situm.sdk.Configuration
-
Provides user's email and password.
- setWeight(Double) - Method in class es.situm.sdk.model.directions.RouteStep
- setWhenClicked(Date) - Method in class es.situm.sdk.model.geofencing.EventOccurrence
- setWhenConverted(Date) - Method in class es.situm.sdk.model.geofencing.EventOccurrence
- SHARP_LEFT - es.situm.sdk.model.directions.Indication.Orientation
- SHARP_RIGHT - es.situm.sdk.model.directions.Indication.Orientation
- showStopAction(boolean) - Method in class es.situm.sdk.location.ForegroundServiceNotificationOptions.Builder
-
Decide whether to show or not a button in the Foreground Service Notification that will allow the user to stop positioning.
- SITUM_EXTRA_LAUNCH_APP - Static variable in class es.situm.sdk.location.ForegroundServiceNotificationOptions
- SitumConversionArea - Class in es.situm.sdk.v1
-
Deprecated.Use
Circle
- SitumConversionArea(Point2f, Point2f, Point2f, Point2f, int) - Constructor for class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- SitumEvent - Class in es.situm.sdk.v1
-
An event: POI with radius, conversion area and asociated statistics.
- SitumEvent() - Constructor for class es.situm.sdk.v1.SitumEvent
- SitumSdk - Class in es.situm.sdk
-
Main entry point for the Situm SDK.
- SitumSdk() - Constructor for class es.situm.sdk.SitumSdk
- SitumTile - Class in es.situm.sdk.model.cartography
- SitumTile.Builder - Class in es.situm.sdk.model.cartography
-
Builder to create an instance of Tile
- SLOW - es.situm.sdk.location.LocationRequest.RealtimeUpdateInterval
-
Computed geolocations will be sent to Situm Platform every 25 seconds.
- smallestDisplacement(float) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Sets the smallest smartphone displacement required between every two consecutive Indoor Position updates communicated via
LocationListener.onLocationChanged(Location)
callback. - SOUTH_EAST - Static variable in interface es.situm.sdk.model.MapperInterface
- SOUTH_WEST - Static variable in interface es.situm.sdk.model.MapperInterface
- speed(double) - Method in class es.situm.sdk.model.navigation.NavigationProgress.Builder
-
Sets the
speed
and returns a reference to this Builder so that the methods can be chained together. - START_DOWNLOADING_POSITIONING_MODEL - es.situm.sdk.location.LocationStatus
-
(Building Mode only) The download of the Positioning Model is starting.
- START_SERVICE_FAILED - Static variable in interface es.situm.sdk.location.LocationManager.Code
-
The
LocationManager
could not start because the Android Service where it runs tried to start in a illegal state. - STARTING - es.situm.sdk.location.LocationStatus
-
This is the first action performed by the
LocationManager
: it just means that it is starting. - STARTING_POSITIONING - es.situm.sdk.location.LocationStatus
-
(Building Mode only) Indoor Positioning is starting: Situm SDK will start reading sensor data (for example, WIFI and BLE) and computing the Indoor Position within the selected building.
- state(RemoteCalibration.State) - Method in class es.situm.sdk.model.calibration.RemoteCalibration.Builder
- STATUS_NAME - Static variable in interface es.situm.sdk.model.MapperInterface
- STATUS_ORDINAL - Static variable in interface es.situm.sdk.model.MapperInterface
- STEP_IDX_DESTINATION - Static variable in interface es.situm.sdk.model.MapperInterface
- STEP_IDX_ORIGIN - Static variable in interface es.situm.sdk.model.MapperInterface
- steps(List<RouteStep>) - Method in class es.situm.sdk.model.directions.Route.Builder
- STEPS - Static variable in interface es.situm.sdk.model.MapperInterface
- stopActionText(String) - Method in class es.situm.sdk.location.ForegroundServiceNotificationOptions.Builder
-
Set the text of the stop positioning action.
- STOPPED - es.situm.sdk.location.LocationStatus
-
The
LocationManager
has stopped (this may happen because of an error or after callingLocationManager.removeUpdates(LocationListener)
). - STRAIGHT - es.situm.sdk.model.directions.Indication.Orientation
- SUPPORT - es.situm.sdk.location.LocationRequest.IndoorProvider
-
Deprecated.INPHONE mode will be used instead
T
- tag(String) - Method in class es.situm.sdk.directions.TagModifier.Builder
-
Set the string that describes the modifier
- TagModifier - Class in es.situm.sdk.directions
-
Specifies a properties (tag) based on which Directions API will modify its graph.
- TagModifier.Builder - Class in es.situm.sdk.directions
-
Helper class to create well formed instances of
TagModifier
class - tags(List<TagModifier>) - Method in class es.situm.sdk.directions.DirectionsModifier.Builder
-
Set the elements to process
- tapAction(ForegroundServiceNotificationOptions.TapAction) - Method in class es.situm.sdk.location.ForegroundServiceNotificationOptions.Builder
-
Set the action performed when tapping the Situm Foreground Service Notification.
- themeColors(ThemeColors) - Method in class es.situm.sdk.model.organization.OrganizationTheme.Builder
- ThemeColors - Class in es.situm.sdk.model.organization
-
Theme colors
- ThemeColors(String, String, String, String, String, String, String) - Constructor for class es.situm.sdk.model.organization.ThemeColors
- TIME_SETTINGS_MANUAL - es.situm.sdk.location.LocationStatus
-
Warning: The user has disabled the "Automatic date and time" setting of the smartphone, therefore the date and time will be manually determined by the user, instead of automatically determined by the network.
- TIME_TO_END_STEP - Static variable in interface es.situm.sdk.model.MapperInterface
- TIME_TO_FIRST_INDICATION - Static variable in interface es.situm.sdk.model.MapperInterface
- TIME_TO_GOAL - Static variable in interface es.situm.sdk.model.MapperInterface
- TIME_TO_IGNORE_UNEXPECTED_FLOOR_CHANGES - Static variable in interface es.situm.sdk.model.MapperInterface
- TIMED_CACHE - es.situm.sdk.configuration.network.NetworkOptions.CacheStrategy
-
If there is no cache or if the cache is too old it will download from server.
- timestamp(long) - Method in class es.situm.sdk.model.location.Location.Builder
- TIMESTAMP - Static variable in interface es.situm.sdk.model.MapperInterface
- timeToFirstIndication(long) - Method in class es.situm.sdk.navigation.NavigationRequest.Builder
-
Sets the time to wait until the first indication is returned.
- timeToIgnoreUnexpectedFloorChanges(int) - Method in class es.situm.sdk.navigation.NavigationRequest.Builder
-
Sets the time (in millis) to ignore the locations received during navigation, when the next indication is a floor change, if the locations are in a wrong floor (not in origin or destination floors).
- title(String) - Method in class es.situm.sdk.location.ForegroundServiceNotificationOptions.Builder
-
Set the title of the Foreground Service Notification.
- to(Point) - Method in class es.situm.sdk.directions.DirectionsRequest.Builder
-
Sets the point
to
, where the route should end. - to(Point) - Method in class es.situm.sdk.model.directions.RouteStep.Builder
- to(String) - Method in class es.situm.sdk.directions.DirectionsRequest.Builder
-
Sets the identifier of the POI
poiToIdentifier
, where the route should end. - TO - Static variable in interface es.situm.sdk.model.MapperInterface
- TO_LEGACY - Static variable in interface es.situm.sdk.model.MapperInterface
-
Deprecated.
- toAngle(Angle) - Method in class es.situm.sdk.location.util.CoordinateConverter
-
Converts and angle from building system coordinate to Earth system coordinate.
- toCartesianCoordinate(Coordinate) - Method in class es.situm.sdk.location.util.CoordinateConverter
-
Transform geographical coordinates to cartesian coordinates (within the area defined in the constructor)
- toCoordinate(CartesianCoordinate) - Method in class es.situm.sdk.location.util.CoordinateConverter
-
Transform cartesian coordinates (within the area defined in the constructor) into geographical coordinates
- toMap() - Method in class es.situm.sdk.directions.DirectionsRequest
- toMap() - Method in class es.situm.sdk.location.ExternalLocation
- toMap() - Method in class es.situm.sdk.location.ForegroundServiceNotificationOptions
- toMap() - Method in enum es.situm.sdk.location.LocationStatus
- toMap() - Method in class es.situm.sdk.model.cartography.Building
- toMap() - Method in class es.situm.sdk.model.cartography.BuildingInfo
- toMap() - Method in class es.situm.sdk.model.cartography.Circle
- toMap() - Method in class es.situm.sdk.model.cartography.Floor
- toMap() - Method in class es.situm.sdk.model.cartography.Geofence
- toMap() - Method in class es.situm.sdk.model.cartography.Poi
- toMap() - Method in class es.situm.sdk.model.cartography.PoiCategory
- toMap() - Method in class es.situm.sdk.model.cartography.Point
- toMap() - Method in class es.situm.sdk.model.directions.Indication
- toMap() - Method in class es.situm.sdk.model.directions.Route
- toMap() - Method in class es.situm.sdk.model.directions.RouteSegment
- toMap() - Method in class es.situm.sdk.model.directions.RouteStep
- toMap() - Method in class es.situm.sdk.model.I18nString
- toMap() - Method in class es.situm.sdk.model.location.Angle
- toMap() - Method in class es.situm.sdk.model.location.Bounds
- toMap() - Method in class es.situm.sdk.model.location.CartesianCoordinate
- toMap() - Method in class es.situm.sdk.model.location.Coordinate
- toMap() - Method in class es.situm.sdk.model.location.Dimensions
- toMap() - Method in class es.situm.sdk.model.location.Location
- toMap() - Method in interface es.situm.sdk.model.MapperInterface
-
Method to transform object into Map
- toMap() - Method in class es.situm.sdk.model.navigation.NavigationProgress
- toMap() - Method in class es.situm.sdk.navigation.ExternalNavigation
- toMap() - Method in class es.situm.sdk.navigation.NavigationRequest
- toMap() - Method in class es.situm.sdk.v1.SitumEvent
- toString() - Method in class es.situm.sdk.directions.DirectionsModifier
- toString() - Method in class es.situm.sdk.directions.DirectionsRequest
- toString() - Method in class es.situm.sdk.directions.TagModifier
- toString() - Method in class es.situm.sdk.location.ExternalArData
- toString() - Method in class es.situm.sdk.location.ExternalLocation
- toString() - Method in class es.situm.sdk.location.LocationParametersUpdate
- toString() - Method in class es.situm.sdk.location.LocationRequest
- toString() - Method in class es.situm.sdk.location.OutdoorLocationOptions
- toString() - Method in class es.situm.sdk.location.RouteAdjustment
- toString() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
- toString() - Method in class es.situm.sdk.model.cartography.Building
- toString() - Method in class es.situm.sdk.model.cartography.BuildingInfo
- toString() - Method in class es.situm.sdk.model.cartography.CalibrationArea
- toString() - Method in class es.situm.sdk.model.cartography.Circle
- toString() - Method in class es.situm.sdk.model.cartography.Floor
- toString() - Method in class es.situm.sdk.model.cartography.Geofence
- toString() - Method in class es.situm.sdk.model.cartography.Poi
- toString() - Method in class es.situm.sdk.model.cartography.PoiCategory
- toString() - Method in class es.situm.sdk.model.cartography.Point
- toString() - Method in class es.situm.sdk.model.cartography.SitumTile
- toString() - Method in class es.situm.sdk.model.directions.Indication
- toString() - Method in class es.situm.sdk.model.directions.Restriction
- toString() - Method in class es.situm.sdk.model.directions.Route
- toString() - Method in class es.situm.sdk.model.directions.RouteStep
- toString() - Method in class es.situm.sdk.model.I18nString
- toString() - Method in class es.situm.sdk.model.location.Angle
- toString() - Method in class es.situm.sdk.model.location.BeaconFilter
- toString() - Method in class es.situm.sdk.model.location.Bounds
- toString() - Method in class es.situm.sdk.model.location.CartesianCoordinate
- toString() - Method in class es.situm.sdk.model.location.Coordinate
- toString() - Method in class es.situm.sdk.model.location.Dimensions
- toString() - Method in class es.situm.sdk.model.location.Location
- toString() - Method in class es.situm.sdk.model.navigation.NavigationProgress
- toString() - Method in class es.situm.sdk.model.organization.OrganizationTheme
- toString() - Method in class es.situm.sdk.model.organization.ThemeColors
- toString() - Method in class es.situm.sdk.model.realtime.RealTimeData
- toString() - Method in class es.situm.sdk.model.Resource
- toString() - Method in class es.situm.sdk.model.URL
- toString() - Method in class es.situm.sdk.navigation.NavigationRequest
- toString() - Method in class es.situm.sdk.realtime.RealTimeRequest
- toString() - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- toString() - Method in class es.situm.sdk.v1.SitumEvent
- toText(Context) - Method in class es.situm.sdk.model.directions.Indication
-
Get a natural language string describing the instruction in the language of the
Locale
of the device (if translation available). - toText(Context, Locale) - Method in class es.situm.sdk.model.directions.Indication
-
Get a natural language string describing the instruction.
- TRAIN_USED - es.situm.sdk.model.calibration.RemoteCalibration.State
- TRAINING - es.situm.sdk.model.calibration.RemoteCalibration.State
- TRIGGER - Static variable in interface es.situm.sdk.model.MapperInterface
- TURN - es.situm.sdk.model.directions.Indication.Action
U
- UNKNOWN - es.situm.sdk.directions.DirectionsModifier.Actions
-
This value is necessary for initialization purposes but as a developer you should never use it.
- UNKNOWN - es.situm.sdk.model.calibration.RemoteCalibration.State
- UNPROCESSABLE_ENTITY - Static variable in interface es.situm.sdk.error.CommonErrorConstant.Code
- unselectedIcon(URL) - Method in class es.situm.sdk.model.cartography.PoiCategory.Builder
- unselectedIconBase64(String) - Method in class es.situm.sdk.model.cartography.PoiCategory.Builder
- UPDATED_AT - Static variable in interface es.situm.sdk.model.MapperInterface
- updateDevicesToFollow(boolean) - Method in class es.situm.sdk.location.LocationParametersUpdate.Builder
-
(De)Active parameter to update.
- updateInterval(int) - Method in class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
Value in milliseconds that determines the period between consecutive Outdoor Locations returned via the
LocationListener.onLocationChanged
callback and uploaded to Situm Platform. - updateLocationParameters(LocationParametersUpdate, LocationParametersUpdateListener) - Method in interface es.situm.sdk.location.LocationManager
-
Updates positioning parameters on the fly (without stopping and re-starting positioning).
- updateNavigationState(ExternalNavigation) - Method in interface es.situm.sdk.navigation.NavigationManager
-
For internal use only
- updateOccurrence(EventOccurrence, EventAction, Handler<EventOccurrence>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Update an event occurrence The time when the action was produced can be provided in the
occurrence
; if not,new Date()
is assumed. - updateRailWidth(Building, float, Handler<Object>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Deprecated.
- updateRailWidth(String, float, Handler<Object>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Update the calibrations rail width for a building
- updateWithLocation(Location) - Method in interface es.situm.sdk.navigation.NavigationManager
-
Informs
NavigationManager
object the change of the user's location - uri(String) - Method in class es.situm.sdk.model.calibration.RemoteCalibration.Builder
- url(String) - Method in class es.situm.sdk.communication.HttpRequest.Builder
-
Set the relative url to send the request
- url(String) - Method in class es.situm.sdk.model.cartography.SitumTile.Builder
- URL - Class in es.situm.sdk.model
-
Abstraction of URL.
- URL - Static variable in interface es.situm.sdk.communication.CommunicationManager.PropertyKey
- URL(String) - Constructor for class es.situm.sdk.model.URL
-
Create a URL object with an absolute or relative URL.
- useBarometer() - Method in class es.situm.sdk.location.LocationRequest
-
Returns true if the barometer should be used to compute Indoor Positioning (helps with floor changes).
- useBarometer(boolean) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Sets if the barometer should be used to compute Indoor Positioning (helps with floor changes).
- useBatterySaver() - Method in class es.situm.sdk.location.LocationRequest
-
Returns true if Battery Saver mode is ON (stops geolocation computations after prolonged smartphone inactivity).
- useBatterySaver(Boolean) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Activates Battery Saver mode (stopping geolocation computations after prolonged smartphone inactivity).
- useBle() - Method in class es.situm.sdk.location.LocationRequest
-
Returns true if BLE scanning is enabled to compute Indoor Positioning.
- useBle() - Method in enum es.situm.sdk.location.OutdoorLocationOptions.BuildingDetector
-
Tells us whether BLE scans are used by the building detector.
- useBle(boolean) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Sets if you want to use BLE scanning for Indoor Positioning.
- useCompass() - Method in class es.situm.sdk.location.LocationRequest
-
Returns true if compass is enabled to compute Indoor Positioning.
- useCompass(boolean) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Sets if you want to use the compass for Indoor Positioning.
- USED - es.situm.sdk.model.calibration.RemoteCalibration.State
- useDeadReckoning() - Method in class es.situm.sdk.location.LocationRequest
-
Returns true Dead Reckoning should be used to compute fast orientation updates (several per second) to account for quick orientation changes (recommended to provide a smooth wayfinding experience).
- useDeadReckoning(boolean) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Enables the use of Dead Reckoning to get sub-second orientation updates (allows to provide smooth turns in wayfinding apps).
- useExternalLocations(boolean) - Method in class es.situm.sdk.Configuration
-
Set to true if you want the SDK to use external locations instead of it's own indoor positioning system.
- useForegroundService() - Method in class es.situm.sdk.location.LocationRequest
-
Returns true if Situm SDK should run infinitely even if the app goes to the background.
- useForegroundService(boolean) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Runs the
LocationManager
as a Foreground Service (prevents Android from killing the app while on background). - useGeofencesInBuildingSelector() - Method in class es.situm.sdk.location.OutdoorLocationOptions
-
Gets whether
OutdoorLocationOptions.Builder.useGeofencesInBuildingSelector(boolean)
has been set to true. - useGeofencesInBuildingSelector(boolean) - Method in class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
(Uncalibrated Indoor GPS mode only) If true, an user will be detected to be within a building if she is within one or more of the special geofences that have been set up in that building.
- useGlobalLocation() - Method in class es.situm.sdk.location.LocationRequest
-
Return true if Global Mode is enabled (positioning anywhere with automatic building detection).
- useGps() - Method in class es.situm.sdk.location.LocationRequest
-
Returns true if GPS geolocation is enabled to compute Indoor Positioning.
- useGps(boolean) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
(Global Mode only) Sets if you want to use GPS for Indoor Positioning.
- useGyro() - Method in class es.situm.sdk.location.LocationRequest
-
Returns true if gyroscope is enabled to compute Indoor Positioning.
- useGyro(boolean) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Sets if you want to use the gyroscope for Indoor Positioning.
- useLocationsCache() - Method in class es.situm.sdk.location.LocationRequest
- useLocationsCache(Boolean) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Activates the Location Cache, which uses the last known Indoor Position (from a previous positioning session) as a hint to accelerate convergence when positioning starts.
- USER_IDENTIFIER - Static variable in interface es.situm.sdk.model.MapperInterface
- USER_NOT_IN_BUILDING - es.situm.sdk.location.LocationStatus
-
(Building Mode only) A valid position can not be computed in the selected building.
- USER_WITHOUT_BUILDINGS - Static variable in interface es.situm.sdk.location.LocationManager.Code
-
You do not have any buildings in your account or you don't have permissions to see any.
- userDefinedThreshold(boolean) - Method in class es.situm.sdk.location.OutdoorLocationOptions.Builder
-
Deprecated.(Open Sky Detector only). Do not use.
- userIdentifier(String) - Method in class es.situm.sdk.model.cartography.Building.Builder
- useRouteAdjustment() - Method in class es.situm.sdk.location.RouteAdjustment
- useRouteAdjustment(Boolean) - Method in class es.situm.sdk.location.RouteAdjustment.Builder
-
(EXPERIMENTAL) Boolean that determines whether the location should be adjusted to the route in both coordinates and bearing.
- useWifi() - Method in class es.situm.sdk.location.LocationRequest
-
Returns true if WiFi scanning is enabled to compute Indoor Positioning.
- useWifi() - Method in enum es.situm.sdk.location.OutdoorLocationOptions.BuildingDetector
-
Tells us whether WiFi scans are used by the building detector.
- useWifi(boolean) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Sets if you want to use WiFi scanning for Indoor Positioning.
- uuid(String) - Method in class es.situm.sdk.model.location.BeaconFilter.Builder
-
Assigns the proximity UUID
V
- validate(HttpRequest) - Method in class es.situm.sdk.communication.HttpRequestExecutor
- validateUserCredentials(Handler<Object>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Check if the user credentials previously set with
Configuration.setUserPass(String, String)
,SitumSdk.configuration()
or in the AndroidManifest.xml are right. - VALUE - es.situm.sdk.utils.filter.Filter.KeyValueFilter.FilterBy
-
Deprecated.
- valueOf(String) - Static method in enum es.situm.sdk.configuration.network.NetworkOptions.CacheStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.directions.DirectionsModifier.Actions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.directions.DirectionsModifier.LEGACY_OPTIONS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.directions.DirectionsRequest.AccessibilityMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.error.Error.Domain
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.location.ForegroundServiceNotificationOptions.TapAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.location.LocationRequest.IndoorProvider
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.location.LocationRequest.MotionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.location.LocationRequest.RealtimeUpdateInterval
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.location.LocationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.location.OutdoorLocationOptions.BuildingDetector
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.model.calibration.RemoteCalibration.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.model.calibration.ScansType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.model.directions.Indication.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.model.directions.Indication.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.model.geofencing.EventAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.model.location.Location.Quality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.navigation.ExternalNavigation.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.utils.filter.Filter.FilterMode
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.utils.filter.Filter.KeyValueFilter.FilterBy
-
Deprecated.Returns the enum constant of this type with the specified name.
- values() - Static method in enum es.situm.sdk.configuration.network.NetworkOptions.CacheStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.directions.DirectionsModifier.Actions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.directions.DirectionsModifier.LEGACY_OPTIONS
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.directions.DirectionsRequest.AccessibilityMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.error.Error.Domain
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.location.ForegroundServiceNotificationOptions.TapAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.location.LocationRequest.IndoorProvider
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.location.LocationRequest.MotionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.location.LocationRequest.RealtimeUpdateInterval
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.location.LocationStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.location.OutdoorLocationOptions.BuildingDetector
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.model.calibration.RemoteCalibration.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.model.calibration.ScansType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.model.directions.Indication.Action
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.model.directions.Indication.Orientation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.model.geofencing.EventAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.model.location.Location.Quality
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.navigation.ExternalNavigation.MessageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.utils.filter.Filter.FilterMode
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum es.situm.sdk.utils.filter.Filter.KeyValueFilter.FilterBy
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- VEER_LEFT - es.situm.sdk.model.directions.Indication.Orientation
- VEER_RIGHT - es.situm.sdk.model.directions.Indication.Orientation
- VEHICLE_VISUAL_ODOMETRY - es.situm.sdk.location.LocationRequest.MotionMode
-
Deprecated.
- VISUAL_ODOMETRY_ERROR - Static variable in interface es.situm.sdk.location.LocationManager.Code
-
Deprecated.This error is not used and will never be thrown
W
- WAITING - es.situm.sdk.model.calibration.RemoteCalibration.State
- WIDTH - Static variable in interface es.situm.sdk.model.MapperInterface
- WIFI - es.situm.sdk.location.OutdoorLocationOptions.BuildingDetector
-
The user will be geolocated inside the building whose WiFi calibration signals match better with those perceived by the user smartphone.
- WIFI - es.situm.sdk.model.calibration.ScansType
- WIFI_AND_BLE - es.situm.sdk.location.OutdoorLocationOptions.BuildingDetector
-
The user will be geolocated inside the building whose WiFi and BLE calibration signals match better with those perceived by the user smartphone.
- WIFI_SCAN_THROTTLED - es.situm.sdk.location.LocationStatus
-
(Android 9 and superior only) The WiFi scan is throttled (see this article for details), and the WiFi scan interval will be changed to one scan every 30 seconds.
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.directions.DirectionsRequest
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.location.ExternalArData
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.location.ExternalLocation
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.location.ForegroundServiceNotificationOptions
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.location.LocationRequest
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.location.OutdoorLocationOptions
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.location.RouteAdjustment
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.location.util.CoordinateConverter
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.calibration.RemoteCalibration
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.cartography.Building
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.cartography.BuildingInfo
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.cartography.CalibrationArea
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.cartography.Circle
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.cartography.Floor
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.cartography.Geofence
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.cartography.Poi
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.cartography.PoiCategory
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.cartography.Point
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.cartography.SitumTile
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.directions.Indication
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.directions.Route
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.directions.RouteStep
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.geofencing.EventOccurrence
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.I18nString
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.location.Angle
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.location.BeaconFilter
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.location.Bounds
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.location.CartesianCoordinate
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.location.Coordinate
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.location.Dimensions
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.location.Location
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.navigation.NavigationProgress
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.realtime.RealTimeData
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.model.URL
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.realtime.RealTimeRequest
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- writeToParcel(Parcel, int) - Method in class es.situm.sdk.v1.SitumEvent
X
- X - Static variable in interface es.situm.sdk.model.MapperInterface
Y
- Y - Static variable in interface es.situm.sdk.model.MapperInterface
All Classes All Packages