ITelogisServiceGetUnitLastPoint Method |
Print this pageRetrieves the last reported point for the specified unitId.
Namespace: Telogis.API Syntax Point GetUnitLastPoint(
AuthenticationHeader authenticationHeader,
long unitId
)
Function GetUnitLastPoint (
authenticationHeader As AuthenticationHeader,
unitId As Long
) As Point
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:
PointReturns the point that the vehicle last reported.
See Also