Package com.here.sdk.venue.routing
Class VenueTransportSpecification
java.lang.Object
com.here.sdk.venue.routing.VenueTransportSpecification
Contains transport attributes details related to the venue transport mode. Notes
- By default all vehicle specifications from
IndoorRouteOptions.venue_transport_specificationare set tonull. - The transport mode is determined by
IndoorRouteOptions.transportMode. - An indoor route can be calculated with only the
IndoorRouteOptions.transportModeset.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThis class constructs aVenueTransportSpecificationfor a car.static final classThis class constructs aVenueTransportSpecificationfor a pedestrian.static final classThis class constructs aVenueTransportSpecificationfor a scooter.static final classThis class constructs aVenueTransportSpecificationfor a taxi. -
Field Summary
FieldsModifier and TypeFieldDescriptionThe car specification for the car transport mode.The pedestrian specification for the pedestrian transport mode.The scooter specification for the scooter transport mode.The taxi specification for the taxi transport mode. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
carSpecification
The car specification for the car transport mode. By default, it is not set.
-
taxiSpecification
The taxi specification for the taxi transport mode. By default, it is not set.
-
scooterSpecification
The scooter specification for the scooter transport mode. By default, it is not set.
-
pedestrianSpecification
The pedestrian specification for the pedestrian transport mode. By default, it is not set.
-
-
Constructor Details
-
VenueTransportSpecification
public VenueTransportSpecification()Creates a new instance.
-
-
Method Details