Marker Options
Deprecated
Builder for composing Marker objects. See Marker for additional information.
Example
mapView.addMarker(new MarkerOptions()
.title("Intersection")
.snippet("H St NW with 15th St NW")
.position(new LatLng(38.9002073, -77.03364419)));
Content copied to clipboard
Deprecated
As of 7.0.0, use MapLibre Annotation Plugin instead
Functions
Link copied to clipboard
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Link copied to clipboard
Compares this MarkerOptions object with another MarkerOptions and determines if their properties match.
Link copied to clipboard
Gets the custom icon set for this MarkerOptions object.
Link copied to clipboard
Returns the position set for this MarkerOptions object.
Link copied to clipboard
Gets the snippet set for this MarkerOptions object.
Link copied to clipboard
Get the instance of the object for which this method was called.
Link copied to clipboard
Gets the title set for this MarkerOptions object.
Link copied to clipboard
Set the geographical location of the Marker.
Link copied to clipboard
Set the snippet of the Marker.
Link copied to clipboard
Flatten this object in to a Parcel.