The start location has nothing to do with the key.
You can either download the script file for the search control to your
server, and manually modify the default location:
http://www.google.com/uds/solutions/mapsearch/gsmapsearch.js
... or try passing a GLatLng object to the constructor, like this:
new GSmapSearchControl(
document.getElementById("mapsearch"),
new GLatLng(51.0, 0.0); // Close to London
options
)}
--
Marcelo - http://maps.forum.nu
--
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---