Google map API learning materials
Professional developer Guide
Http://code.google.com/intl/zh-CN/apis/maps/documentation/premier/guide.html
The Chinese Document section (including the description of Chinese documents, the following URLs are all Chinese content .)
The following Chinese API documentation
Google Maps API 2nd Chinese Document http://www.step1.cn/GoogleApi/map2/documentation.htm
Google Maps API version 2nd upgrade guide http://www.step1.cn/GoogleApi/map2/upgrade.htm
Google Maps API 2nd class reference http://www.step1.cn/GoogleApi/map2/reference.htm
Another version of Google Maps API 2 Chinese Document http://www.zmap.org/doc/maps/documentation/
Google Maps API 1st Chinese Document http://www.step1.cn/GoogleAPI/map/documentation.htm
The following is a Chinese document about kml files.
Google Earth kml (1) http://gisman.bokee.com/5294713.html
Google Earth kml (2) http://gisman.bokee.com/5294722.html
Google Earth kml (based on Google Earth Client Version 3.0 kml version 2.0) http://www.step1.cn/googleapi/map/kml.htm
English document (mainly the Official Google documentation. If you think there is a problem with Chinese translation, you can also look at the original content .)
Google Maps API http://www.google.com/apis/maps/
Google Maps API http://www.google.com/apis/maps/documentation/
Google Maps API official blog http://googlemapsapi.blogspot.com/
Google Maps API Forum http://groups.google.com/group/Google-Maps-API
Google kml official documentation http://earth.google.com/kml/
Google API http://code.google.com/
XHTML namespace
To display a line on a map (similar to a line that Google Maps uses to display a route), you need to use the VML namespace in the XHTML document to make all content work normally in Internet Explorer. The beginning of the XHTML document should be as follows:
<! Doctype HTML public "-// W3C // dtd xhtml 1.0 strict // en"
Http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd>
<Html Xmlns = Http://www.w3.org/1999/xhtml" Xmlns: V="Urn: Schemas-Microsoft-com: VML" >
To load a map, first apply for a key
< Script Type = "Text/JavaScript" SRC = "Http://ditu.google.cn/maps? File = API & V = 2 & Key = Abcdefg & Amp; sensor = true" > </ Script >