Interface RailwayCrossings
public interface RailwayCrossings
Identifies the location of a Railway Crossing for map display and guidance to generate specific
driver alerts when approaching a railway crossing.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RailwayCrossing
Railway crossing is protected with a barrier.static final RailwayCrossing
Railway crossing is NOT protected with a barrier.static final RailwayCrossing
Railway crossing is NOT specified.
-
Field Details
-
PROTECTED
Railway crossing is protected with a barrier. -
UNPROTECTED
Railway crossing is NOT protected with a barrier. -
UNSPECIFIED
Railway crossing is NOT specified.
-