Landmark
Information about a landmark's definition is implemented in the Landmark object. The attributes of the Landmark object are:
Attribute
|
Description
|
---|---|
name |
A string of maximum length 25 containing the name of the landmark. |
address |
An Address object containing the street address of the landmark. |
aliases[] |
An array of strings, maximum length 25 characters each, containing additional aliases used to uniquely identify the landmark. |
useInProxRef |
A single character value indicating if the landmark should be referenced in asset (vehicle/trailer) position proximity references. Valid values are: |
typeID |
A string of maximum length 20 containing the landmark type ID of the landmark. |
divisionID |
A string of maximum length 10 containing the applicable division ID for the landmark. |
createTime |
A string containing a timestamp in the form YYYY-MM-DDTHH:MM:SSZ indicating the time (GMT) the landmark was created. |
createUser |
A string of maximum length 50 containing the user who created this landmark. |
lastModTime |
A string containing a timestamp in the form YYYY-MM-DDTHH:MM:SSZ indicating the time (GMT) the landmark was last modified. |
lastModUser |
A string of maximum length 50 containing the user who last modified this landmark. |
polygon |
An Polygon object containing details of the landmark's polygonal boundary. |
circCentroidLat |
A floating point (double) value containing the landmark's circular centroid latitude, expressed in signed decimal degrees. |
circCentroidLong |
A floating point (double) value containing the circular centroid longitude of the landmark, expressed in signed decimal degrees. |
circRadius |
A floating point (double) number indicating the radius, from the circular centroid latitude/longitude coordinate, of the smallest circular boundary which encompasses the landmark's entire polygonal boundary. The smallest acceptable value is .01 (the distance is expressed in miles or kilometers, depending on your company's unit of measure preference) . |
preArrRadius |
A floating point (double) number indicating the radius, from the circular centroid latitude/longitude coordinate, to a circular pre-arrival boundary around the landmark. |
attributes[] |
An array of LandmarkAttribute objects containing an attribute of the landmark and its value. |
assocLandmarkNames[] |
An array of strings, maximum length 25 characters each, containing the names of landmarks which are associated with the returned landmark. |
assocPrimaryLandmarkName |
A string of maximum length 25 containing the name of the "primary" landmark within the landmark association. |
WSDL Definition
Here is how the Landmark object is defined within the WSDL
|
Sample XML
Here is a sample showing what the Landmark object would look like in XML
|