Is it possible to write custom text on Google Maps API v3?

前端 未结 6 508
渐次进展
渐次进展 2020-11-30 01:15

Is it possible to write a custom text on Google Maps API v3 next to the marker, or I can use only the info window to do that?

6条回答
  •  日久生厌
    2020-11-30 01:54

    Here is working code:

    #map {
      height: 500px;
    }
    html, body {
      height: 100%;
      margin: 0;
      padding: 0;
    }
    
    

    Text Over Maps

提交回复
热议问题