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 |
---|---|
LngLat |
location |
java.lang.String |
query
Query or search text against which search results will be provided by the API
|
Modifier and Type | Method and Description |
---|---|
static Params.Builder |
builder()
Method provides an instance of
Params.Builder |
static Params.Builder |
builder(Params params) |
public final java.lang.String query
public LngLat location
public static Params.Builder builder()
Params.Builder
Params.Builder
public static Params.Builder builder(Params params)