public class MarkerViewOptions extends BaseMarkerViewOptions<MarkerView,MarkerViewOptions>
Do not extend this class directly but extend BaseMarkerViewOptions instead.
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<MarkerViewOptions> |
CREATOR |
alpha, anchorU, anchorV, flat, icon, infoWindowAnchorU, infoWindowAnchorV, position, rotation, selected, snippet, title, visible| Modifier | Constructor and Description |
|---|---|
|
MarkerViewOptions() |
protected |
MarkerViewOptions(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
MarkerView |
getMarker()
Get the MarkerView.
|
MarkerViewOptions |
getThis()
Get the instance of the object for which this method was called.
|
int |
hashCode() |
void |
writeToParcel(android.os.Parcel out,
int flags) |
alpha, anchor, flat, getAlpha, getAnchorU, getAnchorV, getIcon, getInfoWindowAnchorU, getInfoWindowAnchorV, getPosition, getRotation, getSnippet, getTitle, icon, infoWindowAnchor, isFlat, isVisible, position, rotation, snippet, title, visiblepublic static final android.os.Parcelable.Creator<MarkerViewOptions> CREATOR
public MarkerViewOptions()
protected MarkerViewOptions(android.os.Parcel in)
public MarkerViewOptions getThis()
BaseMarkerViewOptionsgetThis in class BaseMarkerViewOptions<MarkerView,MarkerViewOptions>public int describeContents()
public void writeToParcel(android.os.Parcel out,
int flags)
public MarkerView getMarker()
BaseMarkerViewOptionsgetMarker in class BaseMarkerViewOptions<MarkerView,MarkerViewOptions>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object