Published on: Wednesday, August 15, 2007
By: Guy
User Rating:
Categories: Interopability,
Controls,
Library,
C#,
JavaScript
Users have accessed this code article 2511 times.
The following code integrates google maps into Visual WebGui by creating a GoogleMap control which can be used as any Visual WebGui control.
The zipped archive contains a library which holds the GoogleMap control and a testing project which uses the GoogleMap control. The MainForm.Designer.cs file contains with in the InitializeComponent method the google API key that should be generated at google here in order to use this control.
As all custom Visual WebGui control you should check that you register the control with in the Visual WebGui configuration section.
Versions:
- 1.0: First Release.
- 1.1: Added overlays collection and GMarker class.
Note: Codes are submitted as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Terms of Agreement:
By using this code, you agree to the following terms...
- You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
- You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.
- You may link to this code from another website, but ONLY if it is not wrapped in a frame.
- You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.