On Mar 26, 6:31 pm, UKFCU UKFCU <[email protected]> wrote:
> Does anyone know if what I am asking is possible? Since I have been able to
> move the location of it, I don't get why it's not working, if anyone can
It is working actually but it cannot be seen. You have two maps on
your page. The one that is visible and another that is zero sized and
only Google logo and the Search form can be seen of it. A clever way
to 'move' the search form but it definitely will not work the way you
expect.
Read carefully the control positioning paragraph of the documentation
http://code.google.com/apis/maps/documentation/controls.html#Control_Positioning
The positioning values can be negative. Something like this may be
working for you:
map.addControl(new google.maps.LocalSearch(), new GControlPosition
(G_ANCHOR_TOP_RIGHT, new GSize(10,-50)));
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---