public class MapboxStaticImage
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MapboxStaticImage.Builder
Static image builder used to customize the image, including location, image width/height,
and camera position.
|
| Constructor and Description |
|---|
MapboxStaticImage(MapboxStaticImage.Builder builder)
Build the static image API URL using the builder.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.HttpUrl |
getUrl()
If you need the API URL you can request it with this method.
|
public MapboxStaticImage(MapboxStaticImage.Builder builder)
builder - The MapboxStaticImage builder.