Directories | |
| internal | |
Files | |
| AnimationType.java | |
| Enum described animation functions. | |
| AsyncRouteListener.java | |
| Class provides a callback to be invoked when RouteSession handle changed/advanced events. | |
| AsyncRouteManager.java | |
| Class is used for managing RouteSessions. | |
| Beacon.java | |
| Class is used for storing iBeacon. | |
| BitmapRegionDecoder.java | |
| Class is used for getting bitmaps (png, jpg, svg) from byte array. | |
| BoundingBox.java | |
| Axis-aligned bounding box defined by two corner points. | |
| Building.java | |
| Interface for a building with multiple floors (Sublocations). Allows selecting the active floor directly via setActiveSublocationId. | |
| BuildingListener.java | |
| Listener for outdoor scenario when camera focuses on a building or leaves it. | |
| Camera.java | |
| Class describing position of the camera. | |
| CameraCallback.java | |
| Callback specified after the camera movement is stopped. | |
| CameraListener.java | |
| Class is used to listen for camera updates. | |
| CameraUpdateReason.java | |
| Reason of the camera update. | |
| CapType.java | |
| Enum defining the type of cap for polyline ends. | |
| Category.java | |
| class is used for storing venue categories. | |
| CircleMapObject.java | |
| Represents a circle on the location view. | |
| ClusterMapObject.java | |
| Runtime snapshot of a visible icon cluster on the location view. | |
| ClusterMapObjectController.java | |
| Groups IconMapObject instances into clusters depending on zoom and proximity. | |
| ClusterMapObjectControllerListener.java | |
| Listener for cluster lifecycle events on ClusterMapObjectController. | |
| ClusterMapObjectListener.java | |
| Listener for updates of a single ClusterMapObject. | |
| DebugFlag.java | |
| Debug visualization flags for the map view LocationWindow. | |
| DottedPolylineMapObject.java | |
| Represents a polyline object with points placed along it on the location view. | |
| Eddystone.java | |
| Class is used for storing Eddystone. | |
| ElevationGraph.java | |
| Class describing a graph that connects the sublocations. | |
| GeometryUtils.java | |
| A set of functions for working with geometries. | |
| GlobalPoint.java | |
| A point at the specified WGS84 coordinates. | |
| Graph.java | |
| Class is used for storing graph. | |
| GraphEdge.java | |
| Class is used for storing graph edge. | |
| GraphVertex.java | |
| Class is used for storing graph vertex. | |
| IconMapObject.java | |
| Represents an icon object on the location view. | |
| Image.java | |
| class described image data in SDK | |
| ImageType.java | |
| Enum described supported image types. | |
| InputListener.java | |
| Class is used to listen for interactions with location view. | |
| JoinType.java | |
| Enum defining the type of join for polyline segments. | |
| KeyValueStorage.java | |
| Line.java | |
| A polyline with specified list of segments Segment. | |
| Location.java | |
| LocationInfo.java | |
| General information about location. | |
| LocationListener.java | |
| Class provides a callback to be invoked when LocationManager class downloads the location from server or load it from the storage. | |
| LocationListListener.java | |
| Class provides a callback to be invoked when LocationListManager class downloads list of available locations from server. | |
| LocationListManager.java | |
| LocationManager.java | |
| LocationPoint.java | |
| Class is used for representing certain point within the location. | |
| LocationPolygon.java | |
| Class is used for representing certain polygon within the location Polygon. | |
| LocationPolyline.java | |
| Class is used for representing certain polyline within the location Polyline. | |
| LocationWindow.java | |
| Logger.java | |
| LogInfo.java | |
| Represents metadata for a log file. | |
| LogLevel.java | |
| LogListener.java | |
| LogMessage.java | |
| MapFilterCondition.java | |
| A single filter condition: property must match one of the given values. | |
| MapObject.java | |
| MapObjectPickResult.java | |
| MapObjectType.java | |
| Enum defining the type of map object. | |
| MeasurementListener.java | |
| Class provides callbacks to be invoked when MeasurementManager detects new sensor or signal measurements. | |
| MeasurementManager.java | |
| ModelMapObject.java | |
| MqttSession.java | |
| MqttSessionListener.java | |
| Class provides callbacks to be invoked when MQTT session connection state changes. | |
| NavigationManager.java | |
| NavigineSdk.java | |
| Notification.java | |
| NotificationListener.java | |
| Class provides a callback to be invoked when NotificationManager detects local notification events. | |
| NotificationManager.java | |
| PickListener.java | |
| Class is used to handle for picking objects on the location view. | |
| Placement.java | |
| Enum defining the placement mode for points along a polyline. | |
| Point.java | |
| A point at the specified metrics coordinates. | |
| Polygon.java | |
| A polygon with specified list of points. | |
| PolygonMapObject.java | |
| Polyline.java | |
| A polyline with specified number of points. | |
| PolylineMapObject.java | |
| Position.java | |
| Class describing user's position. | |
| PositionListener.java | |
| Class provides a callback to be invoked when NavigationManager updates the position of the device. | |
| Rectangle.java | |
| A rectangle with specified origin and size. | |
| ResourceListener.java | |
| RouteEvent.java | |
| Class storing one route event payload. | |
| RouteEventType.java | |
| Enum describing route event variants. | |
| RouteListener.java | |
| Class provides a callback to be invoked when RouteManager updates routes to the target point or from point to point. | |
| RouteManager.java | |
| RouteNode.java | |
| Class describing one node of the evaluated route. | |
| RouteOptions.java | |
| Class is used for describing routing options of AsyncRouteManager. | |
| RoutePath.java | |
| RouteSession.java | |
| RouteStatus.java | |
| Enum describing possible router states. | |
| Segment.java | |
| line between two points. | |
| SensorMeasurement.java | |
| Structure representing a sensor measurement with type, values, and timestamp. | |
| SensorType.java | |
| Enum defining types of sensors used in measurements. | |
| SignalMeasurement.java | |
| Structure representing a signal measurement with type, identifier, RSSI, distance, and timestamp. | |
| SignalType.java | |
| Enum defining types of signals used in measurements. | |
| StorageManager.java | |
| Sublocation.java | |
| SublocationChangeListener.java | |
| Class is used to listen for sublocation change events. | |
| TargetReachedEvent.java | |
| Event indicating the route target has been reached. | |
| TransitionEntryEvent.java | |
| Event describing entering another level/sublocation transition. | |
| TransitionExitEvent.java | |
| Event describing exiting a level/sublocation transition. | |
| TransmitterStatus.java | |
| enum described possible transmitter state. | |
| TurnEvent.java | |
| Class describing turn guidance event. | |
| TurnType.java | |
| Enum describing turn direction/severity for TurnEvent. | |
| UserLocationLayer.java | |
| Vector3d.java | |
| Structure representing a 3D vector for sensor measurements. | |
| Venue.java | |
| Wifi.java | |
| Zone.java | |
| ZoneEvent.java | |
| Class described user zone event. | |
| ZoneEventType.java | |
| enum described zone event types | |
| ZoneListener.java | |
| Class provides a callback to be invoked when ZoneManager detects entering/leaving zone events. | |
| ZoneManager.java | |