Hello,
If I understand correctly, you'd like to change the tooltip content after showing the marker.
This is possible by calling the
refresh() method on the tooltip after setting its content:
$scope.selectMarker.tooltip.options.content = $scope.markerText;
$scope.selectMarker.tooltip.refresh();
-- Live demo --
I hope this helps.
Regards,
T. Tsonev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!