All Classes Interface Summary Class Summary Enum Summary
Class |
Description |
AuthenticationEvent |
Represents the last time a resource was connected/disconnected.
|
AuthenticationEvent.AuthenticationEventType |
Represents a type of resource that NeonLocationService must maintain a connection with
|
BatteryEvent |
Represents a change of at least 1% in the battery level of a device
|
BindingEvent |
The binding event indicates when Neon is successfully bound and running
It can be used provide status to the user.
|
BindingEvent.BindingEventType |
|
ConnectivityEvent |
Represents the last time a resource was connected/disconnected.
|
ConnectivityEvent.ConnectivityEventType |
Represents a type of resource that NeonLocationService must maintain a connection with
|
CustomConstraint |
Represents a constraint that can be applied to the NEON Location Service to
improve location.
|
DisplayDefinition |
Display Definitions are additional pieces of information that are displayed with a particular signal measurement
|
DisplayType |
The type of data - used for display and format strings
|
DownloadOptions |
Options for downloading buildings to the Neon Location Service
|
DownloadResult |
Status result on download operations to the Neon Location Service
|
DroppedBeaconStatusEvent |
A Dropped Beacon Status Event is emitted when NeonConstraint.dropUWBBeacon() is called.
|
ElevationInfo |
ElevationInfo specifies the elevation of an entity.
|
ElevationInfo.AltitudeType |
Represents the type of altitude info for an entity
|
ElevationInfo.ElevationType |
Represents the type of elevation info for an entity
|
ElevationLockEvent |
Created on 1/31/2023.
|
ErrorModel |
Characterizes the error model for a certain type of constraint
|
GPSEvent |
A GPS Event is emitted when a valid GPS Constraint is received in the
NEON Location Service.
|
GPSFixQuality |
Represents the quality of a GPS fix, which more or less corresponds with the
fix quality field of the NMEA GGA message.
|
GPSSourceType |
Represents the hardware source of a GPS constraint
|
GPSStatus |
Represents the GPS state as computed by the NEON Location Service
|
GPSStatusEvent |
An event that is emitted whenever the internal GPS status changes
|
HeatmapDefinition |
A Heatmap Definition defines a float value that can be displayed in a heatmap or a colored signal measurement
|
IdentifierDefinition |
An Identifier is a pieces of information that identifies a particular signal source and can be used to separate signals from different sources
|
INeonBuildingListener |
Returns a NeonFloorPlan and result status
|
INeonEvent |
An interface inherited by all events.
|
INeonEventConstraint |
An interface inherited by all constraint events.
|
INeonEventListener |
The interface application code must implement to listen to INeonEvents.
|
INeonEventListenerConstraint |
An interface for constraint event listeners.
|
INeonFloorPlanListener |
Returns a NeonFloorPlan and result status
|
INeonFloorPlanListener.ImageResult |
|
INeonLocationListener |
The interface application code must implement to listen for location data.
|
LatLong |
Global location in degrees (WGS-84)
|
LatLongOutline |
An outline defined as a list of Latitude-Longitude pairs that make up an outer hull and a set of inner holes.
|
LatLongRect |
Not technically a rectangle, but the closest you can get in spherical coordinates, this specifies an area of the world.
|
MandatoryUpdateAvailableEvent |
The MandatoryUpdateAvailableEvent indicates that an update of the Neon Location Services is available
The Neon Location Services will not be able to update environmental data until the upgrade
is completed.
|
MandatoryUpdateAvailableEvent.MandatoryUpdateAvailableEventType |
|
MeasurementPlugin |
Extend the measurement plugin class to add an external measurement logger
to the NEON Signal Mapper application.
|
MeasurementPlugin.MeasurementCallback |
The definition of the Measurement callback that accepts
signal measurements
|
MotionLevelEvent |
Represents a change in the user's motion level.
|
MotionLevelEvent.MotionLevelEventType |
Motion Levels that the user can take on.
|
NavLockEvent |
Created by John on 8/29/2016.
|
Neon |
The main entry point for integrating Neon Location Services into your application.
|
NeonAccount |
NEON account information
Information on the account that the user
is currently logged into
|
NeonBuilding |
A Neon Building is identified with a UUID and contains a collection of building floors,
each with an outline and potentially a floor plan image
|
NeonBuildingFloor |
A Neon Building Floor is identified by a zero-based floorNumber, and contains
a building outline and potentially a floorplan ID and georeferencing information
for that image
|
NeonConstraint |
The main entry point for integrating Neon Constraint Services into your application.
|
NeonEnvironment |
The main entry point for integrating Neon Environment Services into your application.
|
NeonEventConstants |
Constants used internally by the NeonAPI library
|
NeonEventType |
All of the possible types of events.
|
NeonEventTypeConstraint |
Types of our constraint events.
|
NeonFloorOutline |
A Neon floor outline is composed of a list of LatLongOutlines.
|
NeonFloorPlan |
A NeonFloorPlan contains a bitmap of the floor plan image,
georeferencing information for the four corners of that image
and the containing NeonBuildingFloor object
|
NeonLocation |
|
NeonLocationType |
Type describing a filter for location data passed back from Neon
|
NeonSettings |
The main entry point for integrating Neon Settings Services into your application.
|
PostureEvent |
Represents a change in the user's posture.
|
PostureEvent.PostureEventType |
Postures that the user can take on.
|
RangeType |
Represents the ranging technology used by a ranging device
|
RemoteRangeEvent |
A Remote Range Event is emitted when a valid range is received in the
NEON Location Service.
|
SafetyAlertEvent |
Represents an event that might show a user is in danger
|
SafetyAlertEvent.SafetyAlertEventType |
|
SessionEvent |
Uniquely identifies a tracking session, can be stored in HashMaps.
|
SessionEvent.DeviceType |
|
SignalDefinition |
A signal definition provides everything needed for NEON Signal Mapper
to display signal information on Android and Neon Command,
display signal measurements and heatmaps, and export reports
The Signal Key uniquely identifies a signal
Identifier Definitions are pieces of information that identify a particular signal source and can be used to separate individual signal types
Heatmap Definitions describe measurements that can be displayed in a heatmap and viewed as colored signal dots
Display Definitions are additional pieces of information that are displayed with a particular signal measurement
|
SignalDefinitionBuilder |
A builder that constructs a signal definition
A signal definition provides everything needed for NEON Signal Mapper
to display signal information on Android and Neon Command,
display signal measurements and heatmaps, and export reports
The Signal Key uniquely identifies a signal
Identifier Definitions are pieces of information that identify a particular signal source and can be used to separate individual signal types
Heatmap Definitions describe measurements that can be displayed in a heatmap and viewed as colored signal dots
Display Definitions are additional pieces of information that are displayed with a particular signal measurement
|
SignalKey |
A signal key is a set of strings the uniquely identify a signal - the combination must be unique.
|
SignalMeasurement |
A signal measurement is a set of data keyed by the
field name in the signal definition and representing
a single measurement of a signal.
|
SignalMeasurementBuilder |
A builder that constructs a signal measurement
A signal measurement is a set of data keyed by the
field name in the signal definition and representing
a single measurement of a signal.
|
StillTimeEvent |
Still Time (counter is reset when sufficient movement is detected)
|
UpdateAvailableEvent |
The UpdateAvailableEvent indicates that an update of the Neon Location Services is available
The Neon Location Services will not be able to update environmental data until the upgrade
is completed.
|
UpdateAvailableEvent.UpdateAvailableEventType |
|
UWBChannelConfig |
UWBChannelConfig represents all configuration parameters for
configuring an UWB-enabled tracking unit
|
UWBChannelType |
UWBChannelType specifies which group will receive
constraints shared over the UWB network.
|
UWBShareType |
UWBShareType specifies the type of location constraints
you want shared over the UWB network to other UWB tracking
units in your UWB Sharing Channel.
|
VehicleStateEvent |
Represents a change in the user's vehicle state.
|
VehicleStateEvent.VehicleStateEventType |
Motion Levels that the user can take on.
|