public interface SignLocations
Location of the sign relative to the travel direction.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SignLocation
    Signal is located to the left of the travel direction.
    static final SignLocation
    Signal is located overhead of the travel direction.
    static final SignLocation
    Signal is located to the right of the travel direction.
  • Field Details

    • LEFT

      static final SignLocation LEFT
      Signal is located to the left of the travel direction.
    • OVERHEAD

      static final SignLocation OVERHEAD
      Signal is located overhead of the travel direction.