AdvancedMarker

public classAdvancedMarkerextendsMarker

ExtendsMarker,and provides additional premium features.

Public Method Summary

View
getIconView()
Gets the view being used for the marker if the marker has any.
void
setIconView(Viewview)
Sets the view to be used for the marker.

Inherited Method Summary

Public Methods

publicViewgetIconView()

Gets the view being used for the marker if the marker has any.

Returns
  • view being used as a Marker icon or null

public voidsetIconView(Viewview)

Sets the view to be used for the marker.

IficonViewis set, theBitmapDescriptor set via Marker.setIcon(BitmapDescriptor)will be ignored.

Parameters
view the view instance to be used as a marker on the map.