MarkerWithLabel stopped working correctly

前端 未结 2 858
醉酒成梦
醉酒成梦 2021-01-18 03:51

All of a sudden yesterday 3/4/2014 my MarkerWithLabel (Google map API application) is only showing the last marker but the labels all show up. It had been working just fine.

2条回答
  •  渐次进展
    2021-01-18 04:28

    The most recent Google API update (4th APR 2018) has broken my version of MarkerWithLabel. I have not yet tested MarkerWithLabel 1.9.1, but it is still the current and most recent update (I was on an older build). Here is a link to the latest version:

    https://github.com/googlemaps/v3-utility-library/tree/master/markerwithlabel

    I have reverted to an older version by including &v=3.31 in the URL and this has restored functionality, many thanks to @Mikrohard for the tip.

    I'm not moving until I've investigated if the update has broken other libraries such as map clusters.

提交回复
热议问题