How can i capture the click event when a default marker/place is clicked on googlemaps?

后端 未结 4 1379
清酒与你
清酒与你 2020-12-20 17:08

I am working with Google Maps API V3. The googlemaps displays markers for some places/location by default, I need to capture the click event when one of them is clicked..

4条回答
  •  春和景丽
    2020-12-20 17:54

    I have never tried it but could you retrieve the list of places that Google has displayed using the Google Places API and then establish your own pins and click events for them?

提交回复
热议问题