Wraps Google Maps API class GDirections. This class is used to obtain driving directions
results and display them on a map and/or a text panel.
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>