U - Type of the marker to be composedT - Type of the builder to be used for composing a custom Markerpublic abstract class BaseMarkerOptions<U extends Marker,T extends BaseMarkerOptions<U,T>>
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
protected Icon |
icon |
protected LatLng |
position |
protected java.lang.String |
snippet |
protected java.lang.String |
title |
| Constructor and Description |
|---|
BaseMarkerOptions() |
| Modifier and Type | Method and Description |
|---|---|
abstract U |
getMarker() |
abstract T |
getThis() |
T |
icon(Icon icon) |
T |
position(LatLng position) |
T |
setIcon(Icon icon) |
T |
setPosition(LatLng position) |
T |
setSnippet(java.lang.String snippet) |
T |
setTitle(java.lang.String title) |
T |
snippet(java.lang.String snippet) |
T |
title(java.lang.String title) |
protected LatLng position
protected java.lang.String snippet
protected java.lang.String title
protected Icon icon