RouteRailwayCrossing constructor
- RouteRailwayCrossingType type,
- GeoCoordinates coordinates,
- RouteOffset routeOffset
Creates a new instance.
typeThe type of the route place.coordinatesLocation on the routerouteOffsetRoute position
Implementation
RouteRailwayCrossing(this.type, this.coordinates, this.routeOffset);