Maybe you can use CSS, does the title have a particular class or id you can lock onto?
Providing a link might help others be able to answer the question better 2008/12/29 Dheeraj <[email protected]>: > > 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] > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
