Question: Android Studio: Google Maps API I am trying to have an infoWindow or infoBubble pop up when i click on the polygon it should have
Android Studio: Google Maps API
I am trying to have an infoWindow or infoBubble pop up when i click on the polygon
it should have a button and three radioButtons in the infoWindow/infoBubble
mMap.setOnPolygonClickListener(new GoogleMap.OnPolygonClickListener() { @Override public void onPolygonClick(Polygon polygon) { //add infoWindow code here } }); please comment if you need more info
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
