Telogis.API Namespace |
Class | Description | |
---|---|---|
Address2 |
Represents an address.
Consists of one or more
AddressField
.
| |
AddressField |
Used to represent one part of an address.
| |
AuthenticationHeader |
To use the Verizon Connect Fleet Web Service you must set the
Authentication
to an AuthenticationHeader object.
| |
Category |
Collection of
Marker
objects.
| |
Condition |
Represents the conditions under which an InSight Alert triggers
| |
Condition2 |
Represents the conditions under which an InSight Alert triggers.
The Condition2 class can either come from the newest exception engine or the legacy exception engine.
| |
ConditionType |
Represents a Verizon Fleet 'Exception.ConditionType'
| |
CustomAttribute |
Represents a custom attribute within a field.
| |
Device | ||
Driver |
A vehicle operator.
| |
Exception |
An exception occurs after a condition (such as 'Vehicle exceeds specified speed') is violated.
| |
ExceptionPoint |
Represents a trimmed down version of the Point object that can be a response from either the newest exception engine or the legacy exception engine.
| |
ExpandedException |
An exception occurs after a condition (such as 'Vehicle exceeds specified speed') is violated.
| |
ExpandedException2 |
An exception occurs after a condition (such as 'Vehicle exceeds specified speed') is violated.
This type of exception can be returned from either the newest exception engine or the legacy exception engine.
| |
Field |
Represents a field within a form instance.
| |
Fleet |
Collection of
Unit
objects (typically vehicles).
| |
FormInstance |
An instance of a form.
| |
GeocodeResult |
Returned by a forward or reverse geocoding operation. Encapsulates a street
address and latitude-longitude coordinate.
| |
HierarchyItem |
Represents a Verizon Connect HierarchyItem
| |
HierarchyNode |
Represents a Verizon Connect Fleet 'HierarchyNode'.
| |
HierarchyOption |
Objects in the hierarchy (such as hierarchy nodes and hierarchy items) can have options.
A HierarchyOption object represents such an option.
| |
Input |
A
Device
can have inputs. Use the
InputValue
class
to read the value of an input.
| |
InputValue |
Represents the value of an
Input
. A value can have a number of
properties, which may be inspected through
Properties
.
| |
Job |
An unit of assignment in a route. You should create a Job using the Service.CreateUnassignedJob
method, and then dispatch the job to a driver.
| |
JobType |
A description that categorizes a job.
| |
LatLon |
A latitude-longitude pair used to represent geographical locations.
| |
LegacyTelogisService |
Provides an API for operating on Verizon Connect Fleet objects.
| |
Location |
Describes a location and status for a unit.
| |
Marker |
Represents a geographical location, such as your corporate office or a
customer's location.
| |
Output |
An Verizon Connect Fleet output can be used to send data to a
Unit
.
| |
Photo | ||
Point |
Represents a location, speed, status and heading at a given instant in time.
| |
Property |
Properties are name-value pairs that can be used to store additional information
about an object, and allow search queries to filter objects based on user-defined
attributes. Verizon Connect Fleet recognizes and displays many property values, for example
see
Properties
and
Properties
.
| |
Tag |
Tags provide a simple and flexible method of categorizing, labeling and sorting
assets (such as drivers and units).
| |
Team |
A Team is a collection of
Driver
objects.
| |
TelogisUnit | ||
Unit |
Models an item tracked by Verizon Connect Fleet. Typically a vehicle.
| |
User |
Represents a Verizon Connect Fleet 'sub-user'. You may retrieve your own user object using the
GetCurrentUser
method.
|
Interface | Description | |
---|---|---|
ITelogisService |
Enumeration | Description | |
---|---|---|
AddressFieldType |
Identifies the type of an address field.
| |
Country |
Identifies the name of the country. Values: Unknown, USA, Canada, Mexico, etc.
| |
Day |
Identifies the name of the day of the week. Values: Sunday, Monday, etc.
| |
GpsQuality |
Describes the quality of the GPS signal. This affects the
accuracy of the information reported to Verizon Connect Fleet.
| |
HierarchyAccess |
Identifies the access level for the hierarchy. Values: None, View, Edit, Unassign, Inactive.
| |
HierarchyItemPermissions |
Identifies the permission level for the hierarchy item. Values: View, Edit.
| |
HierarchyItemType |
Identifies the type of the hierarchy item. Values: Unit, User, Driver, Category, Team, Fleet, Customer.
| |
Priority |
Identifies the priority level. Values: Lowest, BelowNormal, Normal, AboveNormal, Highest.
| |
TagType |
Identifies the type of the tag. Values: Generic.
| |
UnitStatus |
Describes the status of a unit. Values: Parked, Stopped, Moving, Working.
| |
UnitType |
Describes the type of a
Unit
.
| |
UserRights |
Identifies the rights held by a user. Values: AssignDriver, PollUnits, CanAddMapMarkers, etc.
|