Proximity Reference
The Proximity Reference object is implemented as the ProximityReference class. The attributes of a ProximityReference are:
Attribute
|
Description
|
---|---|
PlaceType |
A string indicating the type of the place. Either a "TOWN" or a "CITY". |
Distance |
A floating point (double) number indicating the distance from the mobile (a tractor or a trailer) and this reference point. |
PlaceName |
A string containing the name of the proximity reference. This string is empty in the case of a city or a town. |
City |
A string containing the name of the city or town in which this place is located. |
State |
The two character abbreviation of the state or province in which this place is located. |
Country |
A string containing the country in which this place reference is located. |
Zip |
A string containing the postal code of this place reference. |
WSDL Definition
Here is how a Proximity Reference is defined in the WSDL.
|
XML Example
Here is an example that shows what the Proximity Reference object will look like in XML.
|