Raghuveersingh / google-ajax-apis

Automatically exported from code.google.com/p/google-ajax-apis
0 stars 0 forks source link

Generate Marker HTML Callback Example Doesn't Work #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Add a map with local search control to a page.
2. Try to use the example for onGenerateMakerHtmlCallback verbatim from
here:
http://www.google.com/uds/solutions/localsearch/reference.html#_additionalcallba
cks

You should be see 'Bookmark this page...' appended to opened marker info
windows, but marker info windows don't pop up at all.

The problem lies in these three lines:

myStuff = document.createElement("div");
div.innerHTML = "Bookmark This Result...";
html.appendChild(div);

Original issue reported on code.google.com by vobe...@gmail.com on 11 May 2008 at 12:16

GoogleCodeExporter commented 9 years ago
I have been unable to reproduce this problem.  I wonder if there is a typo in 
your
onGenerateMarkerHtmlCallback declaration.  You entered it above as
onGenerateMakerHtmlCallback.

Jeremy R. Geerdes
Effective website design & development
Des Moines, IA

For more information or a project quote:
http://jgeerdes.home.mchsi.com
jgeerdes@mchsi.com

If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church!

Original comment by jrgeer...@gmail.com on 3 Jun 2008 at 4:09

GoogleCodeExporter commented 9 years ago

Original comment by jrgeer...@gmail.com on 4 Jun 2008 at 12:35

GoogleCodeExporter commented 9 years ago
Since there has been no update to this, and I have been unable to reproduce it, 
I'm
closing.

Original comment by jrgeer...@gmail.com on 16 Sep 2008 at 12:25