PCMSAddPing
Syntax
int PCMSAddPing(Trip trip, char *tripLatLon)
Parameters
- Trip trip – Handle to a trip.
- *char tripLatLon – A lat/long pair separated by a comma.
Description
Adds a latitude/longitude ping (typically a GPS trace) to the trip’s list of pings. Pings added with this function are used to build a route using the PCMSReduceCalculate function.
Return Values
Standard returns
Supported Since: PC*Miler Connect 22
Category: Trip Management