On Jul 26, 11:45 am, "Jasper Chan (megafo...@propnex)" <[email protected]> wrote: > This is the code in put in my blog html its working but i do not want > to show normal google map but i want to use mymap function instead. > Anyone can advise me which part to change?
This subject matter of this group is the Google Maps API. The group which covers both Google Maps and Google MyMaps is (from the posting guidelines): Google Maps (inc My Maps and business listings) http://www.google.com/support/forum/p/maps Did you try the "link" link in the upper right hand corner of your MyMap? -- Larry > cos i did tried but end up > not loading > > <!-- ++Begin Map Search Control Wizard Generated Code++ --> > <!-- > // Created with a Google AJAX Search Wizard > //http://code.google.com/apis/ajaxsearch/wizards.html > > --> > > <!-- > // The Following div element will end up holding the map search control. > // You can place this anywhere on your page > --> > <div id="mapsearch"> > <span > style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span> > > </div> > > <!-- Maps Api, Ajax Search Api and Stylesheet > // Note: If you are already using the Maps API then do not include it again > // If you are already using the AJAX Search API, then do not include > it > > // or its stylesheet again > // > // The Key Embedded in the following script tags is designed to work with > // the following site: > //http://sghousehub.com > > --> > <script src="http://maps.google.com/maps?file=api&v=2&key=mykey" > type="text/javascript"></script> > > <script > src="http://www.google.com/uds/api?file=uds.js&v=1.0&source=uds-msw&key=my > key" > > type="text/javascript"></script> > <style type="text/css"> > @import url("http://www.google.com/uds/css/gsearch.css"); > > </style> > > <!-- Map Search Control and Stylesheet --> > <script type="text/javascript"> > window._uds_msw_donotrepair = true; > </script> > <script > src="http://www.google.com/uds/solutions/mapsearch/gsmapsearch.js?mode=new" > > type="text/javascript"></script> > <style type="text/css"> > @import > url("http://www.google.com/uds/solutions/mapsearch/gsmapsearch.css"); > > </style> > > <style type="text/css"> > .gsmsc-mapDiv { > height : 275px; > } > > .gsmsc-idleMapDiv { > height : 275px; > > } > > #mapsearch { > width : 300px; > margin: 10px; > padding: 4px; > } > </style> > <script type="text/javascript"> > function LoadMapSearchControl() { > > var options = { > zoomControl : GSmapSearchControl.ZOOM_CONTROL_ENABLE_ALL, > title : "singapore", > url : > "http://www.google.com/maps?f=q&source=s_q&hl=en&a... > arris > condo&amp;sll=1.333688,103.88792&amp;sspn=0.060666,0.111494&amp;ie=UTF8&amp;ll=1.303141,103.84346&amp;spn=0.117043,0.222988&amp;z=13", > > idleMapZoom : GSmapSearchControl.ACTIVE_MAP_ZOOM, > activeMapZoom : GSmapSearchControl.ACTIVE_MAP_ZOOM > } > > new GSmapSearchControl( > > document.getElementById("mapsearch"), > "singapore", > options > ); > > } > // arrange for this function to be called during body.onload > > // event processing > GSearch.setOnLoadCallback(LoadMapSearchControl); > </script> > <!-- ++End Map Search Control Wizard Generated Code++ --> > > -- > Jasper Chan > +65 9100 6623http://SGhouseHub.com > Propnex > Singapore’s largest real estate agency > > CONFIDENTIAL NOTE: The information contained in this email is intended only > for the use of the individual or entity named above and may contain > information that is privileged, confidential and exempt from disclosure > under applicable law. If the reader of this message is not the intended > recipient, you are hereby notified that any dissemination, distribution or > copying of this communication is strictly prohibited. If you have received > this message in error, please immediately notify the sender and delete the > mail. Thank you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
