On Nov 6, 1:22 am, richhiggins <[EMAIL PROTECTED]> wrote: > Thanks Ralph, > > I saw that site already. Just been taking another look, and > unfortunately it does not cover my requirements. > > Just to be crystal clear, what I'm trying to recreate is the embed- > able map google maps would generate for a business location. > > Much to my annoyance, in this case I cannot use the embed code, so I'm > trying to achieve the same map using the API.
There isn't cut and past code to do that. There are several choices that I can think of: 1. embed the code (you don't say why you can't or give a link that shows why it doesn't work) 2. code your map in the API to show the infoWindow the way you want (Mike's tutorial would help with this option). 3. try exporting the Google map as RSS or KML and use GGeoXml, EGeoXml or GeoXml to load it (see Mike's tutorial). 4. Investigate the local search API I can't test any of them as you didn't provide link to the map you are trying to recreate. -- Larry > On Nov 5, 7:22 pm, Ralph Ames <[EMAIL PROTECTED]> wrote: > > > >Any suggestions would be most appreciated, > > > Try Mike's tutorial > > >http://www.econym.org.uk/gmap/ > > > Ralph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
