Click on the map to add marker. Then click on the button 'Save' to save the location of all markers
added. You can later click on 'Load' button to load saved markers. Clicking on the 'Clear' button all
markers on the map will be removed, but you can load saved lately. If you want to save the map as image
click the 'Make Map Static' button below and then when map is rendered as image you can save it.
A marker object has a point, which is the geographical position where the marker is anchored on the
map, and an icon. If the icon is not set in the constructor, the default icon G_DEFAULT_ICON is used.
After it is added to a map, the info window of that map can be opened through the marker. The marker
object will fire mouse events and infowindow events.
The control above is initialized with this code.
<artem:GoogleMap ID="GoogleMap2" runat="server" Width="530px" Height="500px" Latitude="37.559819" Longitude="-122.210540"
Zoom="4" BorderStyle="Solid" BorderColor="#999999" BorderWidth="1">
<Directions>
<artem:GoogleDirection RoutePanelId="route" Query="from: San Francisco, CA to: Mountain View, CA" />
</Directions>
</artem:GoogleMap>