How to show items on google map similar to the way google shows its results

前端 未结 2 900
暗喜
暗喜 2021-02-19 07:50

I need to show a map with multiple markers, Ive found this question which has what I am looking for but the problem is I need to show the marker of each item next to it.

2条回答
  •  清歌不尽
    2021-02-19 08:12

    EDIT: Changed the snippet to get the marker image from chart.apis.google.com. (I'm not sure why googlemapsmarkers.com stopped working).

    You can get the url from the marker, and display it as an image. Here is a code snippet to illustrate:

    
    
    
      
      
      
      
    
    
    
      

提交回复
热议问题