<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>googlemap Work Item Rss Feed</title><link>http://www.codeplex.com/googlemap/WorkItem/List.aspx</link><description>googlemap Work Item Rss Description</description><item><title>Created Unassigned: Markers collection no longer accessible via javascript [14400]</title><link>http://googlemap.codeplex.com/workitem/14400</link><description>We are trying to open an info window from outside of the map.  We used to be able to do this with the following&amp;#58;&lt;br /&gt;&lt;br /&gt;var marker &amp;#61; GMap1.Markers&amp;#91;index&amp;#93;&amp;#59;&lt;br /&gt;marker.openDefaultInfoWindow&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;However now I cannot figure out how to access the marker collection.  I see the namespace has changed to maps.GMap1..   but I cannot find the marker collection in any of the properties of this object. Is there any way to achieve this&amp;#63;  Thank you in advance,&lt;br /&gt;&lt;br /&gt;Bobby&lt;br /&gt;</description><author>rcbrown</author><pubDate>Mon, 22 Apr 2013 14:49:02 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Markers collection no longer accessible via javascript [14400] 20130422024902P</guid></item><item><title>Created Unassigned: Enum mismatch [14399]</title><link>http://googlemap.codeplex.com/workitem/14399</link><description>Hi,&lt;br /&gt;The most recent version of Google Map JS API changed the &amp;#34;enum&amp;#34; for control positions, the values now start from 1 instead of 0 like before&amp;#58;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        TOP_LEFT&amp;#58; 1,&lt;br /&gt;        TOP_CENTER&amp;#58; 2,&lt;br /&gt;        TOP&amp;#58; 2,&lt;br /&gt;        TOP_RIGHT&amp;#58; 3,&lt;br /&gt;        LEFT_CENTER&amp;#58; 4,&lt;br /&gt;        LEFT_TOP&amp;#58; 5,&lt;br /&gt;        LEFT&amp;#58; 5,&lt;br /&gt;        LEFT_BOTTOM&amp;#58; 6,&lt;br /&gt;        RIGHT_TOP&amp;#58; 7,&lt;br /&gt;        RIGHT&amp;#58; 7,&lt;br /&gt;        RIGHT_CENTER&amp;#58; 8,&lt;br /&gt;        RIGHT_BOTTOM&amp;#58; 9,&lt;br /&gt;        BOTTOM_LEFT&amp;#58; 10,&lt;br /&gt;        BOTTOM_CENTER&amp;#58; 11,&lt;br /&gt;        BOTTOM&amp;#58; 11,&lt;br /&gt;        BOTTOM_RIGHT&amp;#58; 12,&lt;br /&gt;        CENTER&amp;#58; 13&lt;br /&gt;    &amp;#125;&lt;br /&gt;&lt;br /&gt;Current definition&amp;#58;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        TopLeft &amp;#61; 0,&lt;br /&gt;        ...&lt;br /&gt;    &amp;#125;&lt;br /&gt;&lt;br /&gt;MapControlStyle changed as well&amp;#58;&lt;br /&gt;    &amp;#123;&lt;br /&gt;            DEFAULT&amp;#58; 0,&lt;br /&gt;            HORIZONTAL_BAR&amp;#58; 1,&lt;br /&gt;            DROPDOWN_MENU&amp;#58; 2&lt;br /&gt;    &amp;#125;&lt;br /&gt;&lt;br /&gt;Current definition&amp;#58;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        Default,&lt;br /&gt;        DropdownMenu,&lt;br /&gt;        HorizontalBar&lt;br /&gt;    &amp;#125;&lt;br /&gt;&lt;br /&gt;&amp;#47;Vu&lt;br /&gt;</description><author>wpq0</author><pubDate>Mon, 22 Apr 2013 06:07:48 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Enum mismatch [14399] 20130422060748A</guid></item><item><title>Created Unassigned: Error during serialization or deserialization using the JSON JavaScriptSerializer [14398]</title><link>http://googlemap.codeplex.com/workitem/14398</link><description>using version &amp;#34;googlemap-3d0ba92711e1_5.0&amp;#34; &amp;#40; i dun have VS2012&amp;#41;,  I found I hit this error when plotting 4000&amp;#126;10000 place-marks&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#62; Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#91;InvalidOperationException&amp;#58; Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.&amp;#93;&lt;br /&gt;   System.Web.Script.Serialization.JavaScriptSerializer.Serialize&amp;#40;Object obj, StringBuilder output, SerializationFormat serializationFormat&amp;#41; &amp;#43;532373&lt;br /&gt;   System.Web.Script.Serialization.JavaScriptSerializer.Serialize&amp;#40;Object obj, SerializationFormat serializationFormat&amp;#41; &amp;#43;66&lt;br /&gt;   System.Web.Script.Serialization.JavaScriptSerializer.Serialize&amp;#40;Object obj&amp;#41; &amp;#43;6&lt;br /&gt;   Artem.Google.UI.GoogleMap.SaveClientState&amp;#40;&amp;#41; &amp;#43;100&lt;br /&gt;   Artem.Google.UI.GoogleMap.OnPreRender&amp;#40;EventArgs e&amp;#41; &amp;#43;117&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;83&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;168&lt;br /&gt;   System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41; &amp;#43;168&lt;br /&gt;   System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41; &amp;#43;974&lt;br /&gt;&lt;br /&gt;Adding this in web.confg has no effect, &lt;br /&gt;&amp;#91;JavaScriptSerializer.MaxJsonLength&amp;#93;&amp;#40;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;system.web.script.serialization.javascriptserializer.maxjsonlength.aspx&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&amp;#60;configuration&amp;#62;&lt;br /&gt;&amp;#60;system.web.extensions&amp;#62;&lt;br /&gt;    &amp;#60;scripting&amp;#62;&lt;br /&gt;      &amp;#60;webServices&amp;#62;&lt;br /&gt;        &amp;#60;jsonSerialization maxJsonLength&amp;#61;&amp;#34;2147483647&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;webServices&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;scripting&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;system.web.extensions&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;configuration&amp;#62;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;Is it a bug&amp;#63;&lt;br /&gt;</description><author>gan</author><pubDate>Wed, 17 Apr 2013 06:32:31 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Error during serialization or deserialization using the JSON JavaScriptSerializer [14398] 20130417063231A</guid></item><item><title>Commented Issue: Marker Server Events not working in Firefox [14397]</title><link>http://googlemap.codeplex.com/workitem/14397</link><description>In Firefox GoogleMarkers click event is not working. Tested with IE9 and it works.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;Comments: markers&amp;#47;ServerEvents.aspx&amp;#58; &amp;#10;       &amp;#60;artem&amp;#58;GoogleMarkers ID&amp;#61;&amp;#34;GoogleMarkers1&amp;#34; TargetControlID&amp;#61;&amp;#34;GoogleMap1&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34;&amp;#249;&amp;#10;        OnClick&amp;#61;&amp;#34;HandleClick&amp;#34; OnPositionChanged&amp;#61;&amp;#34;HandlePositionChanged&amp;#34;&amp;#62;&amp;#10;&amp;#10;ServerEvents.aspx.cs is not fired&amp;#58;&amp;#10;     protected void HandleClick&amp;#40;object sender, MarkerEventArgs e&amp;#41; &amp;#123;&amp;#10;            this.PrintEvent&amp;#40;&amp;#34;Click&amp;#34;, e&amp;#41;&amp;#59;&amp;#10;        &amp;#125;&amp;#10;&amp;#10;</description><author>pierocavalieri</author><pubDate>Fri, 01 Mar 2013 11:38:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: Marker Server Events not working in Firefox [14397] 20130301113824A</guid></item><item><title>Created Issue: Marker Server Events not working in Firefox [14397]</title><link>http://googlemap.codeplex.com/workitem/14397</link><description>In Firefox GoogleMarkers click event is not working. Tested with IE9 and it works.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;</description><author>pierocavalieri</author><pubDate>Fri, 01 Mar 2013 11:34:32 GMT</pubDate><guid isPermaLink="false">Created Issue: Marker Server Events not working in Firefox [14397] 20130301113432A</guid></item><item><title>Created Issue: Map  Control show blank [14396]</title><link>http://googlemap.codeplex.com/workitem/14396</link><description>Hi everyone, &lt;br /&gt;&lt;br /&gt;The map control works great for me on my site but after some time has passed and i get a blank control.&lt;br /&gt;I only update the map when i get new data in . that could be more then 24hr some times. so the website is always running and i have atimer checking for new data every 10 secs. &lt;br /&gt;Any help would be great. &lt;br /&gt;thanks&lt;br /&gt;Fernando&lt;br /&gt;</description><author>ghostwalker42</author><pubDate>Wed, 20 Feb 2013 00:27:28 GMT</pubDate><guid isPermaLink="false">Created Issue: Map  Control show blank [14396] 20130220122728A</guid></item><item><title>Created Issue: GoogleDirection problem ServerEvent [14395]</title><link>http://googlemap.codeplex.com/workitem/14395</link><description>Hello,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;First Point &amp;#58;&lt;br /&gt;I have some problem with GoogleDirections&lt;br /&gt;I dont manage to get the serverside control event  &amp;#34;OnChanged&amp;#34; fired properly...&lt;br /&gt;&lt;br /&gt;Even In the SampleWebSite, there is, under &amp;#34;Sample&amp;#47;Directions&amp;#47;ServerEvents&amp;#34;,  &lt;br /&gt;Server Event are not working.&lt;br /&gt;Do you have any idea how to make it work &amp;#63; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Second one &amp;#58; &lt;br /&gt;If you enable &amp;#34;AlternativeRoutes&amp;#34; to true, and if you change the routes displayed by click on another one&lt;br /&gt;in the &amp;#34;routes&amp;#34; panel, Its not considered as a &amp;#34;change&amp;#34;.&lt;br /&gt;Do you have any Idea on How to be notified , of every change about the route selected by User &amp;#63;&lt;br /&gt;Cuz I want to register the choosen route detail, in a database..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plz Answer to this, I&amp;#39;m really checking this website two time a day, for more than one month, waiting for any update on this problem.&lt;br /&gt;</description><author>Tgaud</author><pubDate>Fri, 25 Jan 2013 15:18:08 GMT</pubDate><guid isPermaLink="false">Created Issue: GoogleDirection problem ServerEvent [14395] 20130125031808P</guid></item><item><title>Commented Issue: Map does not work when starting hidden. [14394]</title><link>http://googlemap.codeplex.com/workitem/14394</link><description>Hi&lt;br /&gt;&lt;br /&gt;I have had this problem for over a year now... When the map control starts off in a hidden panel and you make the panel visible it does not render properly.&lt;br /&gt;&lt;br /&gt;Does anyone have a solution to this&amp;#63; I have tried to read the other posts but i cannot understand them.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;Peter&lt;br /&gt;Comments: Hi Peter,&amp;#10;&amp;#10;You can try next&amp;#58;&amp;#10;Let&amp;#8217;s say you map ID is GoogleMap1, then on the client side you can access the client map wrapper object like this&amp;#58;&amp;#10;&amp;#10;maps.GoogleMap1&amp;#10;&amp;#10;In your case I would suggest you trigger a resize event to map when you active you panel.&amp;#10;So, if you have JS function to activate the panel, let&amp;#8217;s say showMapPanel then it should be something like&amp;#58;&amp;#10;&amp;#10;function showMapPanel&amp;#40;&amp;#41;&amp;#123;&amp;#10;    &amp;#47;&amp;#42; your code to show the panel &amp;#42;&amp;#47;&amp;#10;    google.maps.event.trigger&amp;#40;maps.GoogleMap1, &amp;#39;resize&amp;#39;&amp;#41;&amp;#59;&amp;#10;&amp;#125;&amp;#10;&amp;#10;Hope this  helps.&amp;#10;&amp;#10;Regards</description><author>velio</author><pubDate>Wed, 09 Jan 2013 07:34:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: Map does not work when starting hidden. [14394] 20130109073431A</guid></item><item><title>Commented Issue: Map does not work when starting hidden. [14394]</title><link>http://googlemap.codeplex.com/workitem/14394</link><description>Hi&lt;br /&gt;&lt;br /&gt;I have had this problem for over a year now... When the map control starts off in a hidden panel and you make the panel visible it does not render properly.&lt;br /&gt;&lt;br /&gt;Does anyone have a solution to this&amp;#63; I have tried to read the other posts but i cannot understand them.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;Peter&lt;br /&gt;Comments: Hi Peter,&amp;#10;&amp;#10;You can try next&amp;#58;&amp;#10;Let&amp;#8217;s say you map ID is GoogleMap1, then on the client side you can access the client map wrapper object like this&amp;#58;&amp;#10;&amp;#10;maps.GoogleMap1&amp;#10;&amp;#10;The in your case I would suggest you trigger a resize event to map when you active you panel.&amp;#10;So, if you have JS function to activate the panel, let&amp;#8217;s say showMapPanel then it should be something like&amp;#58;&amp;#10;&amp;#10;function showMapPanel&amp;#40;&amp;#41;&amp;#123;&amp;#10;    &amp;#47;&amp;#42; your code to show the panel &amp;#42;&amp;#47;&amp;#10;    google.maps.event.trigger&amp;#40;maps.GoogleMap1, &amp;#39;resize&amp;#39;&amp;#41;&amp;#59;&amp;#10;&amp;#125;&amp;#10;&amp;#10;Hope this  helps.&amp;#10;&amp;#10;Regards&amp;#10;</description><author>velio</author><pubDate>Wed, 09 Jan 2013 07:33:42 GMT</pubDate><guid isPermaLink="false">Commented Issue: Map does not work when starting hidden. [14394] 20130109073342A</guid></item><item><title>Created Issue: Map does not work when starting hidden. [14394]</title><link>http://googlemap.codeplex.com/workitem/14394</link><description>Hi&lt;br /&gt;&lt;br /&gt;I have had this problem for over a year now... When the map control starts off in a hidden panel and you make the panel visible it does not render properly.&lt;br /&gt;&lt;br /&gt;Does anyone have a solution to this&amp;#63; I have tried to read the other posts but i cannot understand them.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;Peter&lt;br /&gt;</description><author>gany__</author><pubDate>Tue, 08 Jan 2013 16:14:43 GMT</pubDate><guid isPermaLink="false">Created Issue: Map does not work when starting hidden. [14394] 20130108041443P</guid></item><item><title>Created Issue: Auto close marker info window add enabled/disable flag [14393]</title><link>http://googlemap.codeplex.com/workitem/14393</link><description>In version 6.1 could this setMarker changed be included with an additional parameter say EnableSingleMarker which when set to True will only allow Single Marker to be opened at a time.&lt;br /&gt;&lt;br /&gt;Change to &amp;#92;Artem.GoogleMap&amp;#92;Markers&amp;#92;GoogleMarkersBehavior.js&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47;Need to declare this publicly&lt;br /&gt;proto.infos &amp;#61; &amp;#91;&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;   function setMarker&amp;#40;position, marker&amp;#41; &amp;#123;&lt;br /&gt;&lt;br /&gt;        if &amp;#40;marker&amp;#41; &amp;#123;&lt;br /&gt;            if &amp;#40;position&amp;#41; marker.position &amp;#61; position&amp;#59;&lt;br /&gt;&lt;br /&gt;            gmarker &amp;#61; new google.maps.Marker&amp;#40;marker&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            if &amp;#40;marker.info&amp;#41; &amp;#123;&lt;br /&gt;&lt;br /&gt;                ginfo &amp;#61; new google.maps.InfoWindow&amp;#40;Artem.Google.merge&amp;#40;&amp;#123; content&amp;#58; marker.info &amp;#125;, this.infoOptions&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;                marker.info &amp;#61; ginfo&amp;#59;&lt;br /&gt;                google.maps.event.addListener&amp;#40;gmarker, &amp;#39;click&amp;#39;,&lt;br /&gt;                        Function.createDelegate&amp;#40;this,&lt;br /&gt;                            Function.createCallback&amp;#40;&lt;br /&gt;                                function &amp;#40;e, ctx&amp;#41; &amp;#123; &lt;br /&gt;&lt;br /&gt;                                &amp;#47;&amp;#47;Not sure if this line is correct but  something on these lines  &lt;br /&gt;                                if &amp;#40;proto.EnableSingleMarker&amp;#41; &amp;#123;&lt;br /&gt;                                &amp;#47;&amp;#47;auto close fix&lt;br /&gt;                                    for&amp;#40;i&amp;#61;0&amp;#59;i&amp;#60;this.infos.length&amp;#59;i&amp;#43;&amp;#43;&amp;#41;&lt;br /&gt;                                        this.infos&amp;#91;i&amp;#93;.close&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;                                &amp;#125;&lt;br /&gt;                                ctx.i.open&amp;#40;this.map, ctx.m&amp;#41;&amp;#59; &lt;br /&gt;                                &lt;br /&gt;                                &lt;br /&gt;                                &amp;#125;, &amp;#123; m&amp;#58; gmarker, i&amp;#58; ginfo &amp;#125;&amp;#41;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;            this.markers.push&amp;#40;gmarker&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            &amp;#47;&amp;#47;auto close fix&lt;br /&gt;            this.infos.push&amp;#40;ginfo&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;        this.counter&amp;#43;&amp;#43;&amp;#59;&lt;br /&gt;        if &amp;#40;this.counter &amp;#61;&amp;#61; this.markerOptions.length&amp;#41; this.composeEvents&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;    &amp;#125;&lt;br /&gt;&lt;br /&gt;</description><author>psarfas</author><pubDate>Thu, 03 Jan 2013 10:14:38 GMT</pubDate><guid isPermaLink="false">Created Issue: Auto close marker info window add enabled/disable flag [14393] 20130103101438A</guid></item><item><title>Created Issue: IE9 Scripting Error on ClientEvents.aspx GoogleMap Demo Site [14392]</title><link>http://googlemap.codeplex.com/workitem/14392</link><description>http&amp;#58;&amp;#47;&amp;#47;googlemap.artembg.com&amp;#47;map&amp;#47;ClientEvents.aspx Shows &amp;#39;console&amp;#39; is undefined.  Uncheck disable Windows Scripting errors to see this error.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m also getting the same error when I do a AutoPostBack to the GoogleMap.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m using version 6.1 of the dll. I guess there is a bug in the control due to AutoPostBack.&lt;br /&gt;</description><author>psarfas</author><pubDate>Fri, 28 Dec 2012 15:32:30 GMT</pubDate><guid isPermaLink="false">Created Issue: IE9 Scripting Error on ClientEvents.aspx GoogleMap Demo Site [14392] 20121228033230P</guid></item><item><title>Created Issue: Server Side event error [14391]</title><link>http://googlemap.codeplex.com/workitem/14391</link><description>After i drop a Marker in another position, I&amp;#39;ll get a javascript error&amp;#58;&lt;br /&gt;Data e ora&amp;#58; 29&amp;#47;11&amp;#47;2012 15&amp;#58;32&amp;#58;19&lt;br /&gt;Errore&amp;#58; TypeError&amp;#58; access to strict mode caller function is censored&lt;br /&gt;File&amp;#58; http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;63031&amp;#47;bundles&amp;#47;MsAjaxJs&amp;#63;v&amp;#61;J4joXQqg80Lks57qbGfUAfRLic3bXKGafmR6wE4CFtc1&lt;br /&gt;&lt;br /&gt;In the exaple website Client Side events doesn&amp;#39;t work. Anyone can give me a snippet for V6.1&amp;#63;&lt;br /&gt;Thanks&lt;br /&gt;</description><author>mdmiko</author><pubDate>Thu, 29 Nov 2012 14:34:44 GMT</pubDate><guid isPermaLink="false">Created Issue: Server Side event error [14391] 20121129023444P</guid></item><item><title>Created Issue: Artem.Google map doesn't work on firefox [14390]</title><link>http://googlemap.codeplex.com/workitem/14390</link><description>Artem.Google map doesn&amp;#39;t work on firefox but works on Chrome&lt;br /&gt;</description><author>Terminal_123</author><pubDate>Fri, 19 Oct 2012 03:25:39 GMT</pubDate><guid isPermaLink="false">Created Issue: Artem.Google map doesn't work on firefox [14390] 20121019032539A</guid></item><item><title>Closed Issue: client side access when placed in a web user control  [14389]</title><link>http://googlemap.codeplex.com/workitem/14389</link><description>hi and thanks for this great control&amp;#33;&lt;br /&gt;&lt;br /&gt;after quickly loading a map and inserting some markers i&amp;#39;m now trying to show and hide markers on the client side, the map is in a web user control and i can&amp;#39;t access it with&amp;#58;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;var map &amp;#61; maps.GoogleMap1&amp;#59;&lt;br /&gt;&lt;br /&gt;the map variable always returns undefined&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;i must missing something, please help&amp;#33;&lt;br /&gt;</description><author>velio</author><pubDate>Sun, 14 Oct 2012 09:06:54 GMT</pubDate><guid isPermaLink="false">Closed Issue: client side access when placed in a web user control  [14389] 20121014090654A</guid></item><item><title>Edited Issue: client side access when placed in a web user control  [14389]</title><link>http://googlemap.codeplex.com/workitem/14389</link><description>hi and thanks for this great control&amp;#33;&lt;br /&gt;&lt;br /&gt;after quickly loading a map and inserting some markers i&amp;#39;m now trying to show and hide markers on the client side, the map is in a web user control and i can&amp;#39;t access it with&amp;#58;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;var map &amp;#61; maps.GoogleMap1&amp;#59;&lt;br /&gt;&lt;br /&gt;the map variable always returns undefined&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;i must missing something, please help&amp;#33;&lt;br /&gt;</description><author>velio</author><pubDate>Sun, 14 Oct 2012 09:06:50 GMT</pubDate><guid isPermaLink="false">Edited Issue: client side access when placed in a web user control  [14389] 20121014090650A</guid></item><item><title>Created Issue: client side access when placed in a web user control  [14389]</title><link>http://googlemap.codeplex.com/workitem/14389</link><description>hi and thanks for this great control&amp;#33;&lt;br /&gt;&lt;br /&gt;after quickly loading a map and inserting some markers i&amp;#39;m now trying to show and hide markers on the client side, the map is in a web user control and i can&amp;#39;t access it with&amp;#58;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;var map &amp;#61; maps.GoogleMap1&amp;#59;&lt;br /&gt;&lt;br /&gt;the map variable always returns undefined&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;i must missing something, please help&amp;#33;&lt;br /&gt;</description><author>velio</author><pubDate>Sun, 14 Oct 2012 08:56:17 GMT</pubDate><guid isPermaLink="false">Created Issue: client side access when placed in a web user control  [14389] 20121014085617A</guid></item><item><title>Closed Feature: InfoWindow OpenOnLoad ? [14388]</title><link>http://googlemap.codeplex.com/workitem/14388</link><description>Using the new GoogleMap control v6, is it possible to auto-open an infoWindow for a given marker&lt;br /&gt;on load of the map &amp;#63;&lt;br /&gt;</description><author>velio</author><pubDate>Wed, 10 Oct 2012 20:35:05 GMT</pubDate><guid isPermaLink="false">Closed Feature: InfoWindow OpenOnLoad ? [14388] 20121010083505P</guid></item><item><title>Commented Feature: InfoWindow OpenOnLoad ? [14388]</title><link>http://googlemap.codeplex.com/workitem/14388</link><description>Using the new GoogleMap control v6, is it possible to auto-open an infoWindow for a given marker&lt;br /&gt;on load of the map &amp;#63;&lt;br /&gt;Comments: Property AutoOpen was added to markers.</description><author>velio</author><pubDate>Wed, 10 Oct 2012 20:34:58 GMT</pubDate><guid isPermaLink="false">Commented Feature: InfoWindow OpenOnLoad ? [14388] 20121010083458P</guid></item><item><title>Created Feature: InfoWindow OpenOnLoad ? [14388]</title><link>http://googlemap.codeplex.com/workitem/14388</link><description>Using the new GoogleMap control v6, is it possible to auto-open an infoWindow for a given marker&lt;br /&gt;on load of the map &amp;#63;&lt;br /&gt;</description><author>velio</author><pubDate>Wed, 10 Oct 2012 20:34:28 GMT</pubDate><guid isPermaLink="false">Created Feature: InfoWindow OpenOnLoad ? [14388] 20121010083428P</guid></item></channel></rss>