Click or drag to resize
ITelogisServiceGetUnitLastPoint Method
Print this page
Retrieves the last reported point for the specified unitId.

Namespace: Telogis.API
 
Syntax
Point GetUnitLastPoint(
	AuthenticationHeader authenticationHeader,
	long unitId
)

Parameters

authenticationHeader
Type: Telogis.APIAuthenticationHeader
Sets the authentication needed to use the Web service.
unitId
Type: SystemInt64
The ID of the unit for which you are retrieving the point.

Return Value

Type: Point
Returns the point that the vehicle last reported.
See Also