SymbolLayer
instead@Deprecated 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
Deprecated.
|
alpha, anchorU, anchorV, flat, icon, infoWindowAnchorU, infoWindowAnchorV, position, rotation, selected, snippet, title, visible
Modifier | Constructor and Description |
---|---|
|
MarkerViewOptions()
Deprecated.
Defines default options for a MarkerView.
|
protected |
MarkerViewOptions(android.os.Parcel in)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents()
Deprecated.
Describe the kinds of special objects contained in this Parcelable's
marshalled representation.
|
boolean |
equals(java.lang.Object object)
Deprecated.
Compares this
MarkerViewOptions object with another MarkerViewOptions and
determines if they match. |
MarkerView |
getMarker()
Deprecated.
Get the
MarkerView . |
MarkerViewOptions |
getThis()
Deprecated.
Get the instance of the object for which this method was called.
|
int |
hashCode()
Deprecated.
Gives an integer which can be used as the bucket number for storing elements of the set/map.
|
void |
writeToParcel(android.os.Parcel out,
int flags)
Deprecated.
Flatten this object in to a Parcel.
|
alpha, anchor, flat, getAlpha, getAnchorU, getAnchorV, getIcon, getInfoWindowAnchorU, getInfoWindowAnchorV, getPosition, getRotation, getSnippet, getTitle, icon, infoWindowAnchor, isFlat, isVisible, position, rotation, snippet, title, visible
public static final android.os.Parcelable.Creator<MarkerViewOptions> CREATOR
public MarkerViewOptions()
BaseMarkerViewOptions
if you need
more customization.protected MarkerViewOptions(android.os.Parcel in)
@NonNull public MarkerViewOptions getThis()
getThis
in class BaseMarkerViewOptions<MarkerView,MarkerViewOptions>
public int describeContents()
public void writeToParcel(@NonNull android.os.Parcel out, int flags)
out
- The Parcel in which the object should be written.flags
- Additional flags about how the object should be written. May be 0 or
Parcelable.PARCELABLE_WRITE_RETURN_VALUE
.public MarkerView getMarker()
MarkerView
.getMarker
in class BaseMarkerViewOptions<MarkerView,MarkerViewOptions>
MarkerView
.public boolean equals(@Nullable java.lang.Object object)
MarkerViewOptions
object with another MarkerViewOptions
and
determines if they match.equals
in class java.lang.Object
object
- Another MarkerViewOptions
to compare with this object.MarkerViewOptions
being passed in matches this
PolylineOptions
object. Else, false.public int hashCode()
hashCode
in class java.lang.Object