public static class IAWayfindingRequest.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
IAWayfindingRequest |
build()
Create a
IAWayfindingRequest from this
IAWayfindingRequest.Builder. |
IAWayfindingRequest.Builder |
withFloor(int floor)
Adds destination floor level for the
IAWayfindingRequest. |
IAWayfindingRequest.Builder |
withLatitude(double latitude)
Adds destination latitude for the
IAWayfindingRequest. |
IAWayfindingRequest.Builder |
withLongitude(double longitude)
Adds destination longitude for the
IAWayfindingRequest. |
public IAWayfindingRequest.Builder withLatitude(double latitude)
IAWayfindingRequest. If latitude
has been added before, calling this method overrides the previous value.latitude - Destination's latitudepublic IAWayfindingRequest.Builder withLongitude(double longitude)
IAWayfindingRequest. If longitude
has been added before, calling this method overrides the previous value.longitude - Destination's longitudepublic IAWayfindingRequest.Builder withFloor(int floor)
IAWayfindingRequest. If floor
level has been added before, calling this method overrides the previous value.floor - Destination floor levelpublic IAWayfindingRequest build()
IAWayfindingRequest from this
IAWayfindingRequest.Builder.IAGeofenceRequest