Package com.here.sdk.venue.routing
Class VenueTransportSpecification.PedestrianBuilder
java.lang.Object
com.here.NativeBase
com.here.sdk.venue.routing.VenueTransportSpecification.PedestrianBuilder
- Enclosing class:
- VenueTransportSpecification
This class constructs a VenueTransportSpecification for a pedestrian.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theVenueTransportSpecificationobject for a pedestrian profile with the specifications taken from theVenueTransportSpecification.PedestrianBuilderobject.withPedestrianSpecification(VenuePedestrianSpecification pedestrianSpecification) Sets the pedestrian specification.
-
Constructor Details
-
PedestrianBuilder
public PedestrianBuilder()Creates a new instance of this class.
-
-
Method Details
-
withPedestrianSpecification
@NonNull public VenueTransportSpecification.PedestrianBuilder withPedestrianSpecification(@NonNull VenuePedestrianSpecification pedestrianSpecification) Sets the pedestrian specification.
- Parameters:
pedestrianSpecification-The pedestrian specification.
- Returns:
The
VenueTransportSpecification.PedestrianBuilderobject with the pedestrian specification set to the new value.
-
build
Builds the
VenueTransportSpecificationobject for a pedestrian profile with the specifications taken from theVenueTransportSpecification.PedestrianBuilderobject.- Returns:
The
VenueTransportSpecificationobject created from theVenueTransportSpecification.PedestrianBuilderobject.
-