You can't extract the details directly from the My Map

The closest would probably be to use the AJAX Search API to lookup the
nearest business to the point and display that. (ir javascript could
try to select the correct one if a few nearby)

The Google Places API will perform a similar function
http://code.google.com/apis/maps/documentation/places/
but return more structured data.



On 10 August 2010 15:12, ralf.w <[email protected]> wrote:
> hello
> here is my problem:
> I'm creating a map on my Google account with MyMaps. Here I can search
> for objects and with the 'Save to...' button I can copy these objects
> with all informations (Place details) into my own map.
> Now I want this map embeded in my website and with the simple 'iframe'-
> solution (just copy and paste the code) I can see the 'Place details'
> - information within the infowindows of my embeded map.
> Here is the iframe-example: 
> http://www.ralf-wessels.de/test/Add_info_iframe.html
>
> Because I want more functions in my embeded map (e.g. sidebar), I have
> to use the Google Maps API, but I don't get the 'Place details'
> information into the infowindows of my API-map.
> I tried it with GGeoXml: http://www.ralf-wessels.de/test/Add_info_GGeoXml.html
> - but there is just the title showing up in the infowindow.
> I also tried it with the EGeoXml extension: 
> http://www.ralf-wessels.de/test/Add_info_EGeoXml.html
> - I can create a sidebar, but still no 'Place details' coming through,
> except the title.
> thanks in advance for all who try to find a solution or who can give
> me maybe hints to some tools or codes which can help.
> greetings from Berlin/Germany
> ralf
>
> --
> 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.
>
>

-- 
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.

Reply via email to