public abstract class StaticMarkerAnnotation
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StaticMarkerAnnotation.Builder
This builder is used to create a new request to the Mapbox Static Map API.
|
| Constructor and Description |
|---|
StaticMarkerAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
static StaticMarkerAnnotation.Builder |
builder()
Build a new
StaticMarkerAnnotation object with the initial values set for the
name() to StaticMapCriteria.MEDIUM_PIN. |
abstract StaticMarkerAnnotation.Builder |
toBuilder()
Convert the current
StaticMarkerAnnotation to its builder holding the currently
assigned values. |
java.lang.String |
url()
Used Internally.
|
public static StaticMarkerAnnotation.Builder builder()
StaticMarkerAnnotation object with the initial values set for the
name() to StaticMapCriteria.MEDIUM_PIN.StaticMarkerAnnotation.Builder object for creating this objectpublic java.lang.String url()
public abstract StaticMarkerAnnotation.Builder toBuilder()
StaticMarkerAnnotation to its builder holding the currently
assigned values. This allows you to modify a single variable and then rebuild the object
resulting in an updated and modified StaticMarkerAnnotation.StaticMarkerAnnotation.Builder with the same values set to match the ones
defined in this StaticMarkerAnnotation