RouteRailwayCrossing (API Reference)
Package com.here.sdk.routing
Class RouteRailwayCrossing
java.lang.Object
com.here.sdk.routing.RouteRailwayCrossing
Contains information about railway crossing.
-
Field Summary
FieldsModifier and TypeFieldDescriptionLocation on the routeRoute positionThe type of the route place. -
Constructor Summary
ConstructorsConstructorDescriptionRouteRailwayCrossing(RouteRailwayCrossingType type, GeoCoordinates coordinates, RouteOffset routeOffset) Creates a new instance. -
Method Summary
-
Field Details
-
type
The type of the route place.
-
coordinates
Location on the route
-
routeOffset
Route position
-
-
Constructor Details
-
RouteRailwayCrossing
public RouteRailwayCrossing(@NonNull RouteRailwayCrossingType type, @NonNull GeoCoordinates coordinates, @NonNull RouteOffset routeOffset) Creates a new instance.
- Parameters:
type-The type of the route place.
coordinates-Location on the route
routeOffset-Route position
-