RouteRailwayCrossing constructor

RouteRailwayCrossing(
  1. RouteRailwayCrossingType type,
  2. GeoCoordinates coordinates,
  3. RouteOffset routeOffset
)

Creates a new instance.

  • type The type of the route place.
  • coordinates Location on the route
  • routeOffset Route position

Implementation

RouteRailwayCrossing(this.type, this.coordinates, this.routeOffset);