The LocationMarker
object describes any GPS-enabled ITS device that is placed at a point on a roadway to dynamically know the location of something (often the beginning or end of a work zone). The LocationMarker
contains a list of one or more MarkedLocation objects which indicate the type of location (such as the start or end) and optionally the ID of a RoadEventFeature that the location is associated with.
The LocationMarker
is a type of field device; it has a core_details
property which contains the FieldDeviceCoreDetails and exists within a FieldDeviceFeature.
Name | Type | Description | Conformance | Notes |
---|---|---|---|---|
core_details |
FieldDeviceCoreDetails | The core details of the field device shared by all field devices types, not specific to the location marker. | Required | This property appears on all field devices. |
marked_locations |
Array; [MarkedLocation] | A list of locations that the LocationMarker is marking. |
Required |
Property | Object |
---|---|
properties |
FieldDeviceFeature |