public static class MarkerViewManager.ImageMarkerViewAdapter extends MapboxMap.MarkerViewAdapter<MarkerView>
| Constructor and Description |
|---|
ImageMarkerViewAdapter(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
android.view.View |
getView(MarkerView marker,
android.view.View convertView,
android.view.ViewGroup parent)
Called when an MarkerView will be added to the MapView.
|
getContext, getMarkerClass, getViewReusePool, onDeselect, onSelect, prepareViewForReuse, releaseViewpublic ImageMarkerViewAdapter(android.content.Context context)
public android.view.View getView(MarkerView marker, android.view.View convertView, android.view.ViewGroup parent)
MapboxMap.MarkerViewAdaptergetView in class MapboxMap.MarkerViewAdapter<MarkerView>marker - the model representing the MarkerViewconvertView - the reusable viewparent - the parent ViewGroup of the convertview