Click or drag to resize
Telogis.API Namespace
Print this page
Classes
  ClassDescription
Public classAddress2
Represents an address. Consists of one or more AddressField .
Public classAddressField
Used to represent one part of an address.
Public classCode exampleAuthenticationHeader
To use the Verizon Connect Fleet Web Service you must set the Authentication to an AuthenticationHeader object.
Public classCode exampleCategory
Collection of Marker objects.
Public classCondition
Represents the conditions under which an InSight Alert triggers
Public classCondition2
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.
Public classConditionType
Represents a Verizon Fleet 'Exception.ConditionType'
Public classCustomAttribute
Represents a custom attribute within a field.
Public classDevice
A device that is placed inside a vehicle and connected to a Unit . Devices may have Input s and Output s.
Public classCode exampleDriver
A vehicle operator.
Public classException
An exception occurs after a condition (such as 'Vehicle exceeds specified speed') is violated.
Public classExceptionPoint
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.
Public classExpandedException
An exception occurs after a condition (such as 'Vehicle exceeds specified speed') is violated.
Public classExpandedException2
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.
Public classField
Represents a field within a form instance.
Public classCode exampleFleet
Collection of Unit objects (typically vehicles).
Public classFormInstance
An instance of a form.
Public classGeocodeResult
Returned by a forward or reverse geocoding operation. Encapsulates a street address and latitude-longitude coordinate.
Public classHierarchyItem
Represents a Verizon Connect HierarchyItem
Public classHierarchyNode
Represents a Verizon Connect Fleet 'HierarchyNode'.
Public classHierarchyOption
Objects in the hierarchy (such as hierarchy nodes and hierarchy items) can have options. A HierarchyOption object represents such an option.
Public classCode exampleInput
A Device can have inputs. Use the InputValue class to read the value of an input.
Public classCode exampleInputValue
Represents the value of an Input . A value can have a number of properties, which may be inspected through Properties .
Public classJob
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.
Public classJobType
A description that categorizes a job.
Public classLatLon
A latitude-longitude pair used to represent geographical locations.
Public classLegacyTelogisService
Provides an API for operating on Verizon Connect Fleet objects.
Public classLocation
Describes a location and status for a unit.
Public classMarker
Represents a geographical location, such as your corporate office or a customer's location.
Public classOutput
An Verizon Connect Fleet output can be used to send data to a Unit .
Public classPhoto
Represents a photograph that can be associated with a Driver or Unit .
Public classCode examplePoint
Represents a location, speed, status and heading at a given instant in time.
Public classProperty
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 .
Public classTag
Tags provide a simple and flexible method of categorizing, labeling and sorting assets (such as drivers and units).
Public classTeam
A Team is a collection of Driver objects.
Public classTelogisUnit
Public classUnit
Models an item tracked by Verizon Connect Fleet. Typically a vehicle.
Public classUser
Represents a Verizon Connect Fleet 'sub-user'. You may retrieve your own user object using the GetCurrentUser method.
Interfaces
  InterfaceDescription
Public interfaceITelogisService
Enumerations
  EnumerationDescription
Public enumerationAddressFieldType
Identifies the type of an address field.
Public enumerationCountry
Identifies the name of the country. Values: Unknown, USA, Canada, Mexico, etc.
Public enumerationDay
Identifies the name of the day of the week. Values: Sunday, Monday, etc.
Public enumerationGpsQuality
Describes the quality of the GPS signal. This affects the accuracy of the information reported to Verizon Connect Fleet.
Public enumerationHierarchyAccess
Identifies the access level for the hierarchy. Values: None, View, Edit, Unassign, Inactive.
Public enumerationHierarchyItemPermissions
Identifies the permission level for the hierarchy item. Values: View, Edit.
Public enumerationHierarchyItemType
Identifies the type of the hierarchy item. Values: Unit, User, Driver, Category, Team, Fleet, Customer.
Public enumerationPriority
Identifies the priority level. Values: Lowest, BelowNormal, Normal, AboveNormal, Highest.
Public enumerationTagType
Identifies the type of the tag. Values: Generic.
Public enumerationUnitStatus
Describes the status of a unit. Values: Parked, Stopped, Moving, Working.
Public enumerationUnitType
Describes the type of a Unit .
Public enumerationUserRights
Identifies the rights held by a user. Values: AssignDriver, PollUnits, CanAddMapMarkers, etc.