angular-google-maps
angular-google-maps copied to clipboard
Marker Label on MouseOver
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.