I\'m trying to make a custom window that look like that (for map objects).
But instead of
If you want to customize the InfoWindow:
Make a custom InfoWindowAdapter (make sure to send the context) by overriding the the required methods.
Inflate the custom view.
Refer all the views by findViewById() and do that every needed.
Set the Adapter Like this :
mMap = googleMap; mMap.setInfoWindowAdapter(new CustomInfoWindowAdapter getApplicationContext()));