Change infowindow position according to move right and left side map
问题 I have set two infowindow for pickup and drop location. I want to change info window postion like uber in the below images, Below code is what I have tried : @Override public void onCameraIdle() { //get marker position Projection projection = googleMap.getProjection(); LatLng markerLocation = null; LatLng dropMarkerLocation=null; try { if (Marker != null) { markerLocation = Marker.getPosition(); } else { markerLocation = new LatLng(0.0f, 0.0f); } if (MarkerDrop != null) { dropMarkerLocation =