Android open InfoWindow on cluster marker
问题 I implemented a option to find the nearest marker from the actual position. I have all the markers in a ClusterItem with a custom InfoWindow. On a normal google map without clustering I could just use marker.showInfoWindow(); and the InfoWindow would popup. It seems there is no such method when using clustering, because the markers don't get added as proper maps markers. My code: public class StationsFragment extends Fragment implements OnMapReadyCallback { private static GoogleMap googleMap;