public final class Params
extends java.lang.Object
Params.Builder class and by calling Params.Builder.build() method you can
get the instance of class with all the values provided to the Params.Builder.| Modifier and Type | Class and Description |
|---|---|
static class |
Params.Builder
Model to build
Params object for provided values to the Params.Builder. |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
algorithm |
int |
heading |
boolean |
reroute |
java.lang.String |
routetype |
LngLat |
sLocation |
java.lang.String |
sQuery
Query or search text against which search results will be provided by the API
|
java.lang.String |
stops |
| Modifier and Type | Method and Description |
|---|---|
static Params.Builder |
builder()
Method provides an instance of
Params.Builder |
static Params.Builder |
builder(Params params) |
public java.lang.String sQuery
public LngLat sLocation
public java.lang.String stops
public boolean reroute
public java.lang.String routetype
public int heading
public java.lang.String algorithm
public static Params.Builder builder()
Params.BuilderParams.Builderpublic static Params.Builder builder(Params params)