Google maps: place number in marker?

前端 未结 11 2170
感情败类
感情败类 2020-12-12 17:09

How can I display a number in the marker on a google map? I want to do server side clustering and I need to display how many points the cluster represents.

11条回答
  •  温柔的废话
    2020-12-12 18:03

    icon: 'http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=1|FE6256|000000'
    

    Looks fine with 1-digit and 2-digit numbers

    (from Mauro's link)

提交回复
热议问题