How to hide/show groups of markers by category with Google Maps in Android?

后端 未结 3 880
说谎
说谎 2021-01-12 19:46

I\'m looking to do something like what is done right here in Android. What I need to do is group markers into different groups and have checkboxes to each group.

W

3条回答
  •  天涯浪人
    2021-01-12 19:52

    Refer this : https://stackoverflow.com/a/14508886/3134215

    you can use marker.setVisible() to show/hide markers.

提交回复
热议问题