0% found this document useful (0 votes)
28 views3 pages

Key ABCDEF"

KML (Keyhole Markup Language) is used to display geographic data in applications like Google Earth, Google Maps, and Google Maps Mobile. It allows users to specify icons, labels, camera positions, overlays, styles, descriptions, folders and more to annotate features on maps. KML files can be dynamically fetched and updated from remote or local network locations. Google provides JavaScript and Flash APIs for embedding maps on websites using a developer key for authentication.

Uploaded by

Atul Sharma
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views3 pages

Key ABCDEF"

KML (Keyhole Markup Language) is used to display geographic data in applications like Google Earth, Google Maps, and Google Maps Mobile. It allows users to specify icons, labels, camera positions, overlays, styles, descriptions, folders and more to annotate features on maps. KML files can be dynamically fetched and updated from remote or local network locations. Google provides JavaScript and Flash APIs for embedding maps on websites using a developer key for authentication.

Uploaded by

Atul Sharma
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

KML (Keyhole Markup Language): Display geographic data an earth browser such as Google Earth, Google Maps and

d Google Maps for Mobile. Google Map and Earth act as browser for the KML files. Uses of the KML: Specify icons and label to identify location on the planet surface. Create different camera position to define unique views for each of your features. Use image overlays attached to ground or screen. Define style to specify feature appearance. Write HTML description of features, including hyperlinks and embedded images. Use folders for hierarchical grouping of feature. Dynamically fetch and update KML files from remote or local network locations. Fetch KML data based on changes in the 3Dv viewer. Display COLLADA textured 3D objects.

Note: these limits are temporary and are subject to change at any time. Maximum fetched file size (raw KML, raw GeoRSS, or compressed KMZ) Maximum uncompressed KML file size Maximum number of Network Links Maximum number of total document-wide features 3MB 10MB 10 1,000

Google Earth Plugin:


<script type="text/javascript" src="https://www.google.com/jsapi? key=ABCDEF"></script>

Google API Docs and Key: Key:

ABQIAAAAayZ3TcC8N3gGegbnBp1rnBS9CfyHB5mrvzWVlPPEBUN3qTUAhRR2nzNc_w1q7y h33SpcfKO9hbTPxA ABQIAAAAayZ3TcC8N3gGegbnBp1rnBRsYZOtpOWv3FCcy88SZqFPQHQ3eBTzOWpnBjcnops 1tbxokYAhMmBQpQ

JavaScript Maps API Example: <script src="http://maps.google.com/maps? file=api&amp;v=2&amp;sensor=true_or_false&amp;key=ABQIAAAAayZ3TcC8 N3gGegbnBp1rnBS9CfyHB5mrvzWVlPPEBUN3qTUAhRR2nzNc_w1q7yh33Spcf KO9hbTPxA" type="text/javascript"></script>

<script src="http://maps.google.com/maps? file=api&amp;v=2&amp;sensor=true_or_false&amp;key=ABQIAAAAayZ3TcC8N3gGe gbnBp1rnBRsYZOtpOWv3FCcy88SZqFPQHQ3eBTzOWpnBjcnops1tbxokYAhMmBQpQ" type="text/javascript"></script>

Maps API for Flash Example:


<maps:Map xmlns:maps="com.google.maps.*" id="map" mapevent_mapready="onMapReady(event)" width="100%" height="100%" key="ABQIAAAAayZ3TcC8N3gGegbnBp1rnBS9CfyHB5mrvzWVlPPEBUN3qTUAhRR2nzN c_w1q7yh33SpcfKO9hbTPxA"/>

<maps:Map xmlns:maps="com.google.maps.*" id="map" mapevent_mapready="onMapReady(event)" width="100%" height="100%" key="ABQIAAAAayZ3TcC8N3gGegbnBp1rnBRsYZOtpOWv3FCcy88SZqFPQHQ3eBTzOW pnBjcnops1tbxokYAhMmBQpQ"/>

HTTP Service Example

http://maps.google.com/maps/geo?q=1600+Amphitheatre+Parkway,+Mountain+View, +CA&output=json&oe=utf8\ &sensor=true_or_false&key=ABQIAAAAayZ3TcC8N3gGegbnBp1rnBS9CfyHB5mrvzWVlPPE BUN3qTUAhRR2nzNc_w1q7yh33SpcfKO9hbTPxA

http://maps.google.com/maps/geo?q=1600+Amphitheatre+Parkway, +Mountain+View,+CA&output=json&oe=utf8\ &sensor=true_or_false&key=ABQIAAAAayZ3TcC8N3gGegbnBp1rnBRsYZOtpOWv3FCcy 88SZqFPQHQ3eBTzOWpnBjcnops1tbxokYAhMmBQpQ

Some Links: http://earth-api-samples.googlecode.com/svn/trunk/examples/kml-fetchgood.html

http://code.google.com/apis/kml/documentation/kml_21tutorial.html

You might also like