hi all,
how we can set color of title("280 Grove Road") display in get
direction popup window.
i am using that code
var options = {
zoomControl : GSmapSearchControl.ZOOM_CONTROL_ENABLE_ALL,
title : "280 Grove Road",
url : "http://www.google.com/corporate/index.html",
idleMapZoom : GSmapSearchControl.ACTIVE_MAP_ZOOM-2,
activeMapZoom : GSmapSearchControl.ACTIVE_MAP_ZOOM-2
}
var center = new Object();
center.lat = 29.546095;
center.lng = -95.025859;
new GSmapSearchControl(
document.getElementById("mapsearch"),
center,
options
);
thanks and regards,
[email protected]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---