You will have to make a widget that utilizes the Ajax Search API (for Google).<br><br>Have it return Lat/Long position as per Google documentation and then execute a zoom to view function in javascript.<br><br><a href="http://code.google.com/apis/ajaxsearch/">http://code.google.com/apis/ajaxsearch/</a><br>
<br>Then add a marker to the Google Layer.<br><br>var point = latlng;<br>var mgLayers = mapWidget.oMapOL.getLayersByClass(&#39;OpenLayers.Layer.Google&#39;);<br>mgLayers[0].mapObject.addOverlay(new GMarker(point));<br><br>
<br><br><br>Cheers,<br><br>Kori Maleski<br><br><br><br><br><div class="gmail_quote">On Tue, Mar 16, 2010 at 4:25 AM, Jose Cerrejon <span dir="ltr">&lt;<a href="mailto:gis@mapas-sll.com">gis@mapas-sll.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
I&#39;m tried with success this<br>
<a href="http://trac.osgeo.org/fusion/wiki/MapGuideCommercialOverlays" target="_blank">http://trac.osgeo.org/fusion/wiki/MapGuideCommercialOverlays</a> tutorial  about<br>
Using MapGuide Overlays with Commercial Map Service Layers.<br>
<br>
I would like to know if I can make a widget to do queries to the Google<br>
Maps/Bing/Yahoo layer, or if it is a blind layer. For example, find streets<br>
(with the Maps API) and mark them with a push pin, ...<br>
<br>
Any example would be appreciated :)<br>
<br>
Thks in advanced!<br>
<font color="#888888">--<br>
View this message in context: <a href="http://n2.nabble.com/queries-to-a-G-Maps-Layer-with-Fusion-and-MG-tp4742997p4742997.html" target="_blank">http://n2.nabble.com/queries-to-a-G-Maps-Layer-with-Fusion-and-MG-tp4742997p4742997.html</a><br>

Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
</font></blockquote></div><br>