PCMSAddCustomPlace (Deprecated)
Syntax
int PCMSAddCustomPlace(PCMServerID serv, const char *name, const char *location)`
Parameters
- PCMServerID serv – The PC*Miler server ID.
- const char *name – A user-specified custom name.
- const char *location – Actual location in the PC*Miler database. Can be any format that PC*Miler recognizes (city/state, postal code, address, latitude/longitude, etc.)
Description
Assigns a custom place name to a PC*Miler location and adds it to the PC*Miler database. Once added, the custom place name can be used as a stop on a trip. This is the functional equivalent of the custom place feature in the PC*Miler user interface.
Return Values
Returns zero (0) upon success. A negative one (-1) indicates an error has occurred.
Deprecated: PC*Miler Connect 32
Category: Custom Data