Google Maps API v3 marker with label

后端 未结 3 1371
春和景丽
春和景丽 2020-12-13 14:52

I am new to JS and the Google API and I am trying to make multiple markers each with a label.

From little snippets I\'ve been looking at, there was no simple way to

3条回答
  •  不知归路
    2020-12-13 15:36

    the above solutions wont work on ipad-2

    recently I had an safari browser crash issue while plotting the markers even if there are less number of markers. Initially I was using marker with label (markerwithlabel.js) library for plotting the marker , when i use google native marker it was working fine even with large number of markers but i want customized markers , so i refer the above solution given by jonathan but still the crashing issue is not resolved after doing lot of research i came to know about http://nickjohnson.com/b/google-maps-v3-how-to-quickly-add-many-markers this blog and now my map search is working smoothly on ipad-2 :)

提交回复
热议问题