angular-google-maps icon indicating copy to clipboard operation
angular-google-maps copied to clipboard

Marker Label on MouseOver

Open myGitHubForum opened this issue 9 years ago • 0 comments

I have a requirement to create a Marker Label and Display on MouseOver on Marker. I am able to get the labels displayed when they label Options are added to Marker when creating at the initial time.

But I want it dynamically to create Marker Label and Display Above the Marker. Can some one suggest if there is a solution for this.

var options = { labelClass: 'm_label', labelAnchor: '0 35', labelContent: model.name, title: model.name } marker.options = options.

But the Label is not getting displayed.

myGitHubForum avatar Oct 04 '16 19:10 myGitHubForum