[Plugin: Comprehensive Google Map Plugin] Marker tooltip text
-
This plugin does 99% of what I want and lots that I do not need at the moment so I’m sure that this last 1% is easy to fix.
I have a marker positioned by lat/lng coordinates. It’s all great apart from when you hover over the marker the tooltip says “Lat/Long: xxx,xxx”.
What I want it to say is the name of the location as provided by me.I have used the Google Maps API outside of a system like WordPress so I know it can only take a small bit of JavaScript:
var MyMarker = new google.maps.Marker({
position: MyLatLng,
map: MyMap,
title: “Tooltip popup text on mouse hover”,
icon: MyIcon,
});I just can’t figure out how to get the ‘title’ in CGMP.
Any help would be much appreciated.
http://ww.wp.xz.cn/extend/plugins/comprehensive-google-map-plugin/
The topic ‘[Plugin: Comprehensive Google Map Plugin] Marker tooltip text’ is closed to new replies.