T - type of Builderpublic abstract static class MapboxV6BaseGeocoding.BaseBuilder<T>
extends java.lang.Object
| Constructor and Description |
|---|
BaseBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
accessToken(java.lang.String accessToken) |
abstract T |
baseUrl(java.lang.String baseUrl)
Optionally change the APIs base URL to something other then the default Mapbox one.
|
abstract T |
clientAppName(java.lang.String clientAppName)
Base package name or other simple string identifier.
|
abstract T |
permanent(java.lang.Boolean permanent)
Specify whether you intend to store the results of the query.
|
protected abstract T accessToken(@NonNull java.lang.String accessToken)
public abstract T permanent(@NonNull java.lang.Boolean permanent)
permanent - specify whether you intend to store the resultspublic abstract T clientAppName(@NonNull java.lang.String clientAppName)
clientAppName - base package name or other simple string identifierpublic abstract T baseUrl(@NonNull java.lang.String baseUrl)
baseUrl - base url used as end point