regarding google map

Hi

Can we use the marker cluster in the google maps. If so can some one tell me how to do.

Hey @shravanthanvi, the widget is based on Google Maps API, it seems that it is possible to do this, here is an article from Google Maps docs regarding marker clustering: https://developers.google.com/maps/documentation/javascript/marker-clustering. You can get the GoogleMap object using getMap method and work with it directly using Google’s API.