|
Hello,
I try to add some markers on the map and update their position, using a timer, without loading entire map.
I found the sample GoogleMapClientUpdate.aspx on SampleWebSite where it is used OnPreRender method and javascript.
My problem is I cannot find anymore ClientMapID property in GoogleMap Control 6.0.
The code used with the older version is:
buff.AppendFormat("{0}.Markers = null;{0}.clearOverlays();", GoogleMap1.ClientMapID); ...
Please tell me how can I port this sample in the new 6.0 version.
Thank you and regards,
Liviu
|