Android Development
How to create custom background for InfoWindow on Google Maps V2 for Android
Here is short tutorial how to create custom background for InfoWindow (balloon) on Google Maps V2 for Android. As you can see the InfoWindowAdapter have two methods : getInfoWindow() and getInfoContents(). To use default background for InfoWindows you need use getInfoContents(). And if you want to use custom background for Read more…