<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>GoogleMap Control</title><link>http://googlemap.codeplex.com/project/feeds/rss</link><description>Wraps Google Maps API as ASP.NET custom control.</description><item><title>New Post: Google Map v6 Ajax Issue</title><link>http://googlemap.codeplex.com/discussions/358512</link><description>&lt;div style="line-height: normal;"&gt;Getting the same error. I am very interested in a fix for this.&lt;br /&gt;
It only happens inside an updatepanel not outside.&lt;br /&gt;
&lt;/div&gt;</description><author>MichaelBakker</author><pubDate>Wed, 24 Apr 2013 11:53:48 GMT</pubDate><guid isPermaLink="false">New Post: Google Map v6 Ajax Issue 20130424115348A</guid></item><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>New Comment on "Draggable Markes and Custom Icons"</title><link>http://googlemap.codeplex.com/wikipage?title=Draggable Markes and Custom Icons&amp;ANCHOR#C27055</link><description>How can I get the position of the marker after drag is complete&amp;#63;</description><author>lstanczyk</author><pubDate>Tue, 02 Apr 2013 15:46:59 GMT</pubDate><guid isPermaLink="false">New Comment on "Draggable Markes and Custom Icons" 20130402034659P</guid></item><item><title>New Post: How to auto close marker info window</title><link>http://googlemap.codeplex.com/discussions/326268</link><description>&lt;div style="line-height: normal;"&gt;Hi&lt;br /&gt;
&lt;br /&gt;
I took source code from there &lt;br /&gt;
&lt;a href="http://googlemap.codeplex.com/SourceControl/changeset/view/0ab9bdf11e19" rel="nofollow"&gt;http://googlemap.codeplex.com/SourceControl/changeset/view/0ab9bdf11e19&lt;/a&gt;&lt;br /&gt;
(here is download button in upper right part of the page)&lt;br /&gt;
it should be probably the code for release version&lt;br /&gt;
&lt;/div&gt;</description><author>Rozmetal</author><pubDate>Sat, 16 Mar 2013 14:38:53 GMT</pubDate><guid isPermaLink="false">New Post: How to auto close marker info window 20130316023853P</guid></item><item><title>New Post: Multiple GooglePolygons only one has events.</title><link>http://googlemap.codeplex.com/discussions/436382</link><description>&lt;div style="line-height: normal;"&gt;Please I really need this fixed !&lt;br /&gt;
&lt;br /&gt;
No matter how or how many layers I add to a map only 1 ever has events.&lt;br /&gt;
I need click events on every layer (rectangle, polygon).&lt;br /&gt;
&lt;br /&gt;
Can someone please tell me how I can fix this.&lt;br /&gt;
&lt;br /&gt;
Brad&lt;br /&gt;
&lt;/div&gt;</description><author>Begust</author><pubDate>Wed, 13 Mar 2013 16:31:14 GMT</pubDate><guid isPermaLink="false">New Post: Multiple GooglePolygons only one has events. 20130313043114P</guid></item><item><title>New Post: Multiple GooglePolygons only one has events.</title><link>http://googlemap.codeplex.com/discussions/436382</link><description>&lt;div style="line-height: normal;"&gt;I am using the 6.1 control.&lt;br /&gt;
&lt;br /&gt;
I have added 3 GooglePolygons to my page.  I'm handling the click event for each, but only the last one on the page has any events!?!&lt;br /&gt;
&lt;br /&gt;
Can anyone verify this.&lt;br /&gt;
&lt;br /&gt;
Brad&lt;br /&gt;
&lt;/div&gt;</description><author>Begust</author><pubDate>Tue, 12 Mar 2013 21:11:12 GMT</pubDate><guid isPermaLink="false">New Post: Multiple GooglePolygons only one has events. 20130312091112P</guid></item><item><title>New Post: How to auto-close old Info Windows if I open Info Windows about a marker?</title><link>http://googlemap.codeplex.com/discussions/436139</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
I have Google map control 6.1 and I want to auto-close old Info Windows if I open new Info Windows about a marker?&lt;br /&gt;
&lt;br /&gt;
Many Thanks!&lt;br /&gt;
&lt;br /&gt;
-Jianchun&lt;br /&gt;
&lt;/div&gt;</description><author>jianchun</author><pubDate>Mon, 11 Mar 2013 13:18:39 GMT</pubDate><guid isPermaLink="false">New Post: How to auto-close old Info Windows if I open Info Windows about a marker? 20130311011839P</guid></item><item><title>New Post: How to auto close marker info window</title><link>http://googlemap.codeplex.com/discussions/326268</link><description>&lt;div style="line-height: normal;"&gt;&lt;strong&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I use Googlemaps Control 6.1 and I have only artem.google.dll, artem.google.pdb, artem.google.xml in zip-file, how could I get GoogleMarkersBehavior.js to recompile.&lt;br /&gt;
&lt;br /&gt;
I also this problem too, If I open new Windows about Info, but the old window will not auto closed.&lt;br /&gt;
&lt;br /&gt;
Many Thanks!&lt;br /&gt;
&lt;br /&gt;
-Jianchun&lt;/strong&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>jianchun</author><pubDate>Mon, 11 Mar 2013 13:10:10 GMT</pubDate><guid isPermaLink="false">New Post: How to auto close marker info window 20130311011010P</guid></item><item><title>New Post: Velio pls help : problem adding Simple Text Autocomplete </title><link>http://googlemap.codeplex.com/discussions/434934</link><description>&lt;div style="line-height: normal;"&gt;veliooooooooooo&lt;br /&gt;
&lt;/div&gt;</description><author>Tgaud</author><pubDate>Wed, 06 Mar 2013 22:53:27 GMT</pubDate><guid isPermaLink="false">New Post: Velio pls help : problem adding Simple Text Autocomplete  20130306105327P</guid></item><item><title>New Post: Velio pls help : problem adding Simple Text Autocomplete </title><link>http://googlemap.codeplex.com/discussions/434934</link><description>&lt;div style="line-height: normal;"&gt;Hi pauloric! &lt;br /&gt;
&lt;br /&gt;
No i checked, and there isn't :(&lt;br /&gt;
I tried to customize it, to include my JS code, but sadly , even after severals days, i'm not good enough to make it work, cuz i dont rlly understand how it works.&lt;br /&gt;
&lt;/div&gt;</description><author>Tgaud</author><pubDate>Tue, 05 Mar 2013 18:48:12 GMT</pubDate><guid isPermaLink="false">New Post: Velio pls help : problem adding Simple Text Autocomplete  20130305064812P</guid></item><item><title>New Post: Velio pls help : problem adding Simple Text Autocomplete </title><link>http://googlemap.codeplex.com/discussions/434934</link><description>&lt;div style="line-height: normal;"&gt;Hi, Tgaud!&lt;br /&gt;
&lt;br /&gt;
I'm not an expert in using this Artem:GoogleMap control. In fact I started using it last week.&lt;br /&gt;
&lt;br /&gt;
But, as previously written, I don't believe you'll be able to use both in your page. I think you should dig a little more in Artem:GoogleMap control and verify wether there's already something to accomplish the things you have in your javascript code. Take a look at &lt;a href="http://googlemap.codeplex.com/SourceControl/changeset/view/204b69f71702" rel="nofollow"&gt;this link&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Hope this help.&lt;br /&gt;
&lt;br /&gt;
Paulo Ricardo Ferreira&lt;br /&gt;
Rio de Janeiro - Brasil&lt;br /&gt;
&lt;/div&gt;</description><author>pauloric</author><pubDate>Tue, 05 Mar 2013 18:44:21 GMT</pubDate><guid isPermaLink="false">New Post: Velio pls help : problem adding Simple Text Autocomplete  20130305064421P</guid></item><item><title>New Post: Velio pls help : problem adding Simple Text Autocomplete </title><link>http://googlemap.codeplex.com/discussions/434934</link><description>&lt;div style="line-height: normal;"&gt;Sorry we misunderstood.&lt;br /&gt;
But The googleMap control is working..... alone.&lt;br /&gt;
&lt;br /&gt;
And my custom javascript code (google autocompletion of addresses, on textbox) is working, alone.&lt;br /&gt;
using&lt;br /&gt;
&lt;pre&gt;&lt;code&gt; &amp;quot;https://maps.googleapis.com/maps/api/js?v=3.exp&amp;amp;sensor=false&amp;amp;libraries=places&amp;quot;&lt;/code&gt;&lt;/pre&gt;

(&amp;quot;libraries=places&amp;quot; at the end, is important)&lt;br /&gt;
&lt;br /&gt;
but when I put both together on the same page... nothing works anymore.&lt;br /&gt;
&lt;/div&gt;</description><author>Tgaud</author><pubDate>Tue, 05 Mar 2013 18:23:10 GMT</pubDate><guid isPermaLink="false">New Post: Velio pls help : problem adding Simple Text Autocomplete  20130305062310P</guid></item><item><title>New Post: Velio pls help : problem adding Simple Text Autocomplete </title><link>http://googlemap.codeplex.com/discussions/434934</link><description>&lt;div style="line-height: normal;"&gt;Hi, Tgaud!&lt;br /&gt;
&lt;br /&gt;
I'm not 100% sure, but I do believe that as you want to use Artem:GoogleMap control you must delete the script you already have in your page.&lt;br /&gt;
&lt;br /&gt;
You should have something like this:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;%@ Page Language=&amp;quot;vb&amp;quot; AutoEventWireup=&amp;quot;false&amp;quot; CodeBehind=&amp;quot;WebForm2.aspx.vb&amp;quot; Inherits=&amp;quot;GoogleMaps_SubGurim.WebForm2&amp;quot; %&amp;gt;
&amp;lt;%@ Register assembly=&amp;quot;Artem.Google&amp;quot; namespace=&amp;quot;Artem.Google.UI&amp;quot; tagprefix=&amp;quot;artem&amp;quot; %&amp;gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;

&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;
&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;title&amp;gt;GoogleMaps - Using Artem Control&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;div&amp;gt;
        &amp;lt;asp:ScriptManager ID=&amp;quot;ScriptManager1&amp;quot; runat=&amp;quot;server&amp;quot; EnableScriptGlobalization=&amp;quot;true&amp;quot; EnableScriptLocalization=&amp;quot;true&amp;quot; /&amp;gt;
        &amp;lt;asp:UpdatePanel ID=&amp;quot;UpdatePanel1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
            &amp;lt;ContentTemplate&amp;gt;
                &amp;lt;div id=&amp;quot;divMap&amp;quot; runat=&amp;quot;server&amp;quot; visible=&amp;quot;false&amp;quot;&amp;gt;
                    &amp;lt;artem:GoogleMap ID=&amp;quot;GoogleMap&amp;quot; runat=&amp;quot;server&amp;quot; Width=&amp;quot;952px&amp;quot; Height=&amp;quot;230px&amp;quot;/&amp;gt;
                &amp;lt;/div&amp;gt;
            &amp;lt;/ContentTemplate&amp;gt;
        &amp;lt;/asp:UpdatePanel&amp;gt;    
    &amp;lt;/div&amp;gt;
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

And, in code-behind (VB), you should have something like this:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;Imports Artem.Google.UI

Public Class WebForm2
    Inherits System.Web.UI.Page

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

        Dim lat As Double = -22.5322
        Dim lng As Double = -44.635899999999999
        Dim marcaTorre As New Marker
        Dim posicao As New LatLng(lat, lng)
        marcaTorre.Icon = &amp;quot;../Imagens/Torre_PR.png&amp;quot;
        marcaTorre.Position = posicao
        GoogleMap.Center = posicao
        GoogleMap.Key = &amp;quot;YourGoogleMapKey&amp;quot;
        GoogleMap.EnableScrollWheelZoom = True
        GoogleMap.EnableMapTypeControl = True
        GoogleMap.Zoom = 15
        GoogleMap.Markers.Add(marcaTorre)
    End Sub

End Class&lt;/code&gt;&lt;/pre&gt;

Hope this help you.&lt;br /&gt;
Paulo Ricardo Ferreira&lt;br /&gt;
Rio de Janeiro - Brasil&lt;br /&gt;
&lt;/div&gt;</description><author>pauloric</author><pubDate>Tue, 05 Mar 2013 18:06:13 GMT</pubDate><guid isPermaLink="false">New Post: Velio pls help : problem adding Simple Text Autocomplete  20130305060613P</guid></item><item><title>New Post: Velio pls help : problem adding Simple Text Autocomplete </title><link>http://googlemap.codeplex.com/discussions/434934</link><description>&lt;div style="line-height: normal;"&gt;Plz, my project is frozen on this.&lt;br /&gt;
I really need that little help, that little moment of your time.&lt;br /&gt;
&lt;/div&gt;</description><author>Tgaud</author><pubDate>Tue, 05 Mar 2013 15:59:18 GMT</pubDate><guid isPermaLink="false">New Post: Velio pls help : problem adding Simple Text Autocomplete  20130305035918P</guid></item><item><title>New Post: All runtime setting lost on Postback.</title><link>http://googlemap.codeplex.com/discussions/435316</link><description>&lt;div style="line-height: normal;"&gt;I am using the 6.1 control.&lt;br /&gt;
All setting made during pageload, like Latitude, Longitude, Zoom, and Marks are lost on a postback.&lt;br /&gt;
If I set the same setting during page design then each value is remembered.&lt;br /&gt;
&lt;br /&gt;
My example has a map and a button.  The map location, zoom and one mark are set during page load, the button click is just moving the location.  On button click everything is gone!&lt;br /&gt;
&lt;br /&gt;
Could someone tell me what I'm doing wrong.&lt;br /&gt;
&lt;br /&gt;
Here is my code:&lt;br /&gt;
&amp;lt;%@ Page Language=&amp;quot;vb&amp;quot; AutoEventWireup=&amp;quot;false&amp;quot; CodeBehind=&amp;quot;Default.aspx.vb&amp;quot; Inherits=&amp;quot;WebApplication2._Default&amp;quot; %&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;&lt;a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" rel="nofollow"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;%@ Register assembly=&amp;quot;Artem.Google&amp;quot; namespace=&amp;quot;Artem.Google.UI&amp;quot; tagprefix=&amp;quot;artem&amp;quot; %&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;&lt;a href="http://www.w3.org/1999/xhtml" rel="nofollow"&gt;http://www.w3.org/1999/xhtml&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;asp:ScriptManager ID=&amp;quot;ScriptManager1&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;

&amp;lt;div&amp;gt;
    &amp;lt;asp:Button ID=&amp;quot;btnMaple&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;Maple Grove&amp;quot; /&amp;gt;
    &amp;lt;br&amp;gt;
    &amp;lt;artem:GoogleMap ID=&amp;quot;GoogleMap1&amp;quot; runat=&amp;quot;server&amp;quot; MapType=&amp;quot;Roadmap&amp;quot; /&amp;gt;
    &amp;lt;artem:GoogleMarkers ID=&amp;quot;GoogleMarkers1&amp;quot; TargetControlID=&amp;quot;GoogleMap1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;/artem:GoogleMarkers&amp;gt;

&amp;lt;/div&amp;gt;
&amp;lt;/form&amp;gt;&lt;/code&gt;&lt;/pre&gt;

&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Imports Artem.Google.UI&lt;br /&gt;
&lt;br /&gt;
Public Class _Default&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;Inherits System.Web.UI.Page

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

    If Not IsPostBack Then
        GoogleMap1.Latitude = 44.97681
        GoogleMap1.Longitude = -93.265811
        GoogleMap1.Zoom = 11

        Dim mark As New Marker
        mark.Position = New LatLng(44.97681, -93.265811)
        mark.Info = &amp;quot;This is a Mark&amp;quot;

        GoogleMarkers1.Markers.Add(mark)
    End If
End Sub

Private Sub btnMaple_Click(sender As Object, e As System.EventArgs) Handles btnMaple.Click
    GoogleMap1.Latitude = 45.1255339
    GoogleMap1.Longitude = -93.4509124
End Sub&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>Begust</author><pubDate>Mon, 04 Mar 2013 15:51:20 GMT</pubDate><guid isPermaLink="false">New Post: All runtime setting lost on Postback. 20130304035120P</guid></item><item><title>New Post: Error: Object expected- Version 6 control</title><link>http://googlemap.codeplex.com/discussions/435291</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
Something very weird is happening. First I've tried using this control on a very simple form. Just a Button and the Artem:GoogleMap control inside a &amp;lt;div&amp;gt; that has its Visible property set to false. The idea is to show the map, according to latitude and longitude parameters that are obteined when the button is clicked. I've accomplished this with the following code:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;%@ Page Language=&amp;quot;vb&amp;quot; AutoEventWireup=&amp;quot;false&amp;quot; CodeBehind=&amp;quot;WebForm2.aspx.vb&amp;quot; Inherits=&amp;quot;GoogleMaps_SubGurim.WebForm2&amp;quot; %&amp;gt;
&amp;lt;%@ Register assembly=&amp;quot;Artem.Google&amp;quot; namespace=&amp;quot;Artem.Google.UI&amp;quot; tagprefix=&amp;quot;artem&amp;quot; %&amp;gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;

&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;
&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;title&amp;gt;GoogleMaps - Using Artem Control&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;div&amp;gt;
        &amp;lt;asp:ScriptManager ID=&amp;quot;ScriptManager1&amp;quot; runat=&amp;quot;server&amp;quot; EnableScriptGlobalization=&amp;quot;true&amp;quot; EnableScriptLocalization=&amp;quot;true&amp;quot; /&amp;gt;
        &amp;lt;asp:Button ID=&amp;quot;Button1&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;Show map&amp;quot; /&amp;gt;
        &amp;lt;asp:UpdatePanel ID=&amp;quot;UpdatePanel1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
            &amp;lt;ContentTemplate&amp;gt;
                &amp;lt;div id=&amp;quot;divMap&amp;quot; runat=&amp;quot;server&amp;quot; visible=&amp;quot;false&amp;quot;&amp;gt;
                    &amp;lt;artem:GoogleMap ID=&amp;quot;GoogleMap&amp;quot; runat=&amp;quot;server&amp;quot; Width=&amp;quot;952px&amp;quot; Height=&amp;quot;230px&amp;quot;/&amp;gt;
                &amp;lt;/div&amp;gt;
            &amp;lt;/ContentTemplate&amp;gt;
        &amp;lt;/asp:UpdatePanel&amp;gt;    
    &amp;lt;/div&amp;gt;
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/pre&gt;

The code-behind is as following:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;Imports Artem.Google.UI

Public Class WebForm2
    Inherits System.Web.UI.Page

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

    End Sub

    Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click

        Dim lat As Double = -22.5322
        Dim lng As Double = -44.635899999999999
        Dim marcaTorre As New Marker
        Dim posicao As New LatLng(lat, lng)
        marcaTorre.Icon = &amp;quot;../Imagens/Torre_PR.png&amp;quot;
        marcaTorre.Position = posicao
        GoogleMap.Center = posicao
        GoogleMap.Key = &amp;quot;myGoogleAPIKey&amp;quot;
        GoogleMap.EnableScrollWheelZoom = True
        GoogleMap.EnableMapTypeControl = True
        GoogleMap.Zoom = 15
        GoogleMap.Markers.Add(marcaTorre)
        divMap.Visible = True
    End Sub
End Class&lt;/code&gt;&lt;/pre&gt;

In this case the webform is not attached to any Masterpage and it works pretty fine, as desired. When button is clicked the map is shown.&lt;br /&gt;
&lt;br /&gt;
So I've became encouraged to move on and use in my web application. This web application has a MasterPage. The webform in which I'm using the Artem Control has a few &amp;lt;div&amp;gt;tags  that are shown (or not) depending on some conditions (doesn't matter) and has also a UpdatePanel. So, as in the simple application before, I  have the Artem Control inside a &amp;lt;div&amp;gt; tag that has its Visible property set to false. And, also, there's a button that must be clicked to the map be showed. But in this scenario, things don't work. When I click the button (to show the map) I get this error:&lt;br /&gt;
return a?new google.maps.LatLng(a.lat,a.lng):null&lt;br /&gt;
&lt;br /&gt;
The Source for my application is as following:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;%@ Page Title=&amp;quot;.: Análise de Falhas em LTs - DRN.O :.&amp;quot; Language=&amp;quot;vb&amp;quot; AutoEventWireup=&amp;quot;false&amp;quot; MasterPageFile=&amp;quot;~/Site.Master&amp;quot; CodeBehind=&amp;quot;frmAnaliseFalha.aspx.vb&amp;quot; Inherits=&amp;quot;Interface_Web.frmAnaliseFalha&amp;quot; %&amp;gt;
&amp;lt;%@ Register Assembly=&amp;quot;System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&amp;quot; Namespace=&amp;quot;System.Web.UI.DataVisualization.Charting&amp;quot; TagPrefix=&amp;quot;asp&amp;quot; %&amp;gt;
&amp;lt;%@ Register Assembly=&amp;quot;AjaxControlToolkit&amp;quot; Namespace=&amp;quot;AjaxControlToolkit&amp;quot; TagPrefix=&amp;quot;ajax&amp;quot; %&amp;gt;
&amp;lt;%@ Register assembly=&amp;quot;Artem.Google&amp;quot; namespace=&amp;quot;Artem.Google.UI&amp;quot; tagprefix=&amp;quot;artem&amp;quot; %&amp;gt;
&amp;lt;asp:Content ID=&amp;quot;Content1&amp;quot; ContentPlaceHolderID=&amp;quot;head&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
&amp;lt;/asp:Content&amp;gt;
&amp;lt;asp:Content ID=&amp;quot;Content2&amp;quot; ContentPlaceHolderID=&amp;quot;ContentPlaceHolder1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;asp:ScriptManager ID=&amp;quot;ScriptManager1&amp;quot; runat=&amp;quot;server&amp;quot; EnableScriptGlobalization=&amp;quot;true&amp;quot; EnableScriptLocalization=&amp;quot;true&amp;quot; /&amp;gt;
    &amp;lt;asp:UpdatePanel ID=&amp;quot;UpdatePanel1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
        &amp;lt;ContentTemplate&amp;gt;
            &amp;lt;div id=&amp;quot;divDadosFalha&amp;quot; style=&amp;quot;border: 1px solid #496077;&amp;quot;&amp;gt;
            &amp;lt;/div&amp;gt;
            &amp;lt;div id=&amp;quot;divAnaliseFalha&amp;quot; runat=&amp;quot;server&amp;quot; style=&amp;quot;border-bottom: 1px solid #496077; border-left: 1px solid #496077; border-right: 1px solid #496077; margin-top: 10px;&amp;quot;&amp;gt;
                &amp;lt;table&amp;gt;
                    &amp;lt;tr&amp;gt;
                        &amp;lt;td style=&amp;quot;width: 110px;&amp;quot;&amp;gt;Torre provável&amp;lt;/td&amp;gt;
                        &amp;lt;td style=&amp;quot;width: 850px;&amp;quot;&amp;gt;Intervalo para inspeção 
                            &amp;lt;asp:Button ID=&amp;quot;btnMap&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;Show Map&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;
                    &amp;lt;/tr&amp;gt;
                &amp;lt;/table&amp;gt;
            &amp;lt;/div&amp;gt;
            &amp;lt;div id=&amp;quot;divMap&amp;quot; runat=&amp;quot;server&amp;quot; visible=&amp;quot;false&amp;quot; style=&amp;quot;border-bottom: 1px solid #496077; border-left: 1px solid #496077; border-right: 1px solid #496077; padding-top: 3px; text-align: center; border-bottom: 3px;&amp;quot;&amp;gt;
                &amp;lt;artem:GoogleMap ID=&amp;quot;mapaTorre&amp;quot; runat=&amp;quot;server&amp;quot; Width=&amp;quot;952px&amp;quot; Height=&amp;quot;230px&amp;quot;/&amp;gt;
            &amp;lt;/div&amp;gt;
        &amp;lt;/ContentTemplate&amp;gt;
    &amp;lt;/asp:UpdatePanel&amp;gt;
&amp;lt;/asp:Content&amp;gt;&lt;/code&gt;&lt;/pre&gt;

The code-behind for the button is:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;    Private Sub btnMapa_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnMapa.Click

        Dim lat As Double = -22.3355 
        Dim lng As Double = -44.453 
        Dim posicao As New LatLng(lat, lng)
        Dim marcaTorre As New Marker
        marcaTorre.Icon = &amp;quot;../Imagens/Torre.png&amp;quot;
        marcaTorre.Position = posicao
        mapaTorre.Center = posicao
        mapaTorre.Key = &amp;quot;my GoogleMaps API key&amp;quot;
        'mapaTorre.EnableScrollWheelZoom = True
        mapaTorre.EnableMapTypeControl = True
        mapaTorre.Zoom = 15
        mapaTorre.Markers.Add(marcaTorre)
        divMap.Visible = True
    End Sub&lt;/code&gt;&lt;/pre&gt;

Of course I have Imports Artem.Google.UI in the code behind as well.&lt;br /&gt;
&lt;br /&gt;
Why does it work in the simple application and  does not in my application? It's driving me crazy for many days.&lt;br /&gt;
&lt;br /&gt;
Thanks for your attention.&lt;br /&gt;
&lt;br /&gt;
Paulo Ricardo Ferreira&lt;br /&gt;
Rio de Janeiro - Brasil&lt;br /&gt;
&lt;/div&gt;</description><author>pauloric</author><pubDate>Mon, 04 Mar 2013 13:47:43 GMT</pubDate><guid isPermaLink="false">New Post: Error: Object expected- Version 6 control 20130304014743P</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></channel></rss>