public static interface MapController.CustomInfoWindow
Modifier and Type | Method and Description |
---|---|
android.view.View |
onInfoWindow(Marker marker)
Returned view will be set as it is to marker's info window. |
android.view.View |
onInfoWindowContent(Marker marker)
Returned view will be added inside the default info window view. |
android.view.View onInfoWindow(Marker marker)
marker
- marker to which returned info window view will be attached.android.view.View onInfoWindowContent(Marker marker)
marker
- marker to which returned info window view will be attached.