On Mar 11, 11:13 am, RobCubbon <[email protected]> wrote: > > All I want to do is to embed a map with one marker in the middle. (I > don't care if it has an A or a spot). > > I've put the full address into Google Maps and clicked Link and > Customize and Preview Map > > But the first time (Paris) I did it I got a red marker and a bubble (I > found out how to get rid of the bubble but not the marker in the code) > but now (Edinburgh) I can't get the red marker or the bubble in when > clicking "Link". > > I'm sorry if this is the wrong question to ask you guys.
This Group is dedicated to the Maps APIs (the Javascript API for dynamic maps and the Static Maps API), rather than embedding an ordinary Google Map. However, it seems that you could do worse than use a Static Map: http://maps.google.com/maps/api/staticmap?center=Edinburgh&zoom=14&size=400x400&sensor=false&markers=label:A|Leith+St+Edinburgh You can use a static map in your web page simply by including an <img> tag with a src attribute of the map url. There is no facility for infoWindows or scrolling/zooming, but you can customise the marker. Documentation is at http://code.google.com/apis/maps/documentation/staticmaps -- 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.
