blob: 03aaa3b325df2a3f2669d1f26b1d06ef31787c3a [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
<meta name="generator" content="joDoc">
<title>PhoneGap API Documentation</title>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
<link rel="stylesheet" type="text/css" href="prettify/prettify.css" />
<script type="text/javascript" src="prettify/prettify.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-94271-11']);
_gaq.push(['_setDomainName', 'http://docs.phonegap.com/index.html']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
function moveToSection(dropdown) {
document.location="#" + dropdown.options[dropdown.selectedIndex].value;
}
</script>
</head>
<body onload="prettyPrint();">
<div id="header">
<h1><a href="index.html">Phone<strong>Gap</strong> Documentation</a></h1>
</div>
<div id="subheader">
<h1>Geolocation</h1>
<small></small>
</div>
<div id="sidebar">
<div class="vertical_divider"></div>
<h1>API Reference</h1>
<ul>
<li><a href="http://docs.phonegap.com/phonegap_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a</li>
<li><a href="http://docs.phonegap.com/phonegap_camera_camera.md.html#Camera">Camera</a></li>
<li><a href="http://docs.phonegap.com/phonegap_media_capture_capture.md.html#Capture">Capture</a></li>
<li><a href="http://docs.phonegap.com/phonegap_compass_compass.md.html#Compass">Compass</a></li>
<li><a href="http://docs.phonegap.com/phonegap_connection_connection.md.html#Connection">Connection</a></li>
<li><a href="http://docs.phonegap.com/phonegap_contacts_contacts.md.html#Contacts">Contacts</a></li>
<li><a href="http://docs.phonegap.com/phonegap_device_device.md.html#Device">Device</a></li>
<li><a href="http://docs.phonegap.com/phonegap_events_events.md.html#Events">Events</a></li>
<li><a href="http://docs.phonegap.com/phonegap_file_file.md.html#File">File</a></li>
<li><a href="http://docs.phonegap.com/phonegap_geolocation_geolocation.md.html#Geolocation">Geolocation</a></li>
<li><a href="http://docs.phonegap.com/phonegap_media_media.md.html#Media">Media</a></li>
<li><a href="http://docs.phonegap.com/phonegap_network_network.md.html#Network">Network</a></li>
<li><a href="http://docs.phonegap.com/phonegap_notification_notification.md.html#Notification">Notification</a></li>
<li><a href="http://docs.phonegap.com/phonegap_storage_storage.md.html#Storage">Storage</a></li>
</ul>
<h1></h1>
<ul>
<li><a href="http://docs.phonegap.com/_index.html">Keyword Index</a></li>
</ul>
</div>
<div id="scrollable">
<div id="content">
<div id="home">
<h1><a name="API%20Reference">API Reference</a></h1>
<ul>
<li>
<h2><a href="http://docs.phonegap.com/phonegap_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a></h2>
<span>Tap into the device's motion sensor.</span>
</li>
<li>
<h2><a href="http://docs.phonegap.com/phonegap_camera_camera.md.html#Camera">Camera</a></h2>
<span><a href="phonegap_media_capture_capture.md.html#Capture">Capture</a> a photo using the device's camera.</span>
</li>
<li>
<h2><a href="http://docs.phonegap.com/phonegap_media_capture_capture.md.html#Capture">Capture</a></h2>
<span><a href="phonegap_media_capture_capture.md.html#Capture">Capture</a> media files using device's media capture applications.</span>
</li>
<li>
<h2><a href="http://docs.phonegap.com/phonegap_compass_compass.md.html#Compass">Compass</a></h2>
<span>Obtain the direction that the device is pointing.</span>
</li>
<li>
<h2><a href="http://docs.phonegap.com/phonegap_connection_connection.md.html#Connection">Connection</a></h2>
<span>Quickly check the network state, and cellular network information.</span>
</li>
<li>
<h2><a href="http://docs.phonegap.com/phonegap_contacts_contacts.md.html#Contacts">Contacts</a></h2>
<span>Work with the devices contact database.</span>
</li>
<li>
<h2><a href="http://docs.phonegap.com/phonegap_device_device.md.html#Device">Device</a></h2>
<span>Gather device specific information.</span>
</li>
<li>
<h2><a href="http://docs.phonegap.com/phonegap_events_events.md.html#Events">Events</a></h2>
<span>Hook into native events through JavaScript.</span>
</li>
<li>
<h2><a href="http://docs.phonegap.com/phonegap_file_file.md.html#File">File</a></h2>
<span>Hook into native file system through JavaScript.</span>
</li>
<li>
<h2><a href="http://docs.phonegap.com/phonegap_geolocation_geolocation.md.html#Geolocation">Geolocation</a></h2>
<span>Make your application location aware.</span>
</li>
<li>
<h2><a href="http://docs.phonegap.com/phonegap_media_media.md.html#Media">Media</a></h2>
<span>Record and play back audio files.</span>
</li>
<li>
<h2><a href="http://docs.phonegap.com/phonegap_network_network.md.html#Network">Network</a></h2>
<span>Quickly check the network state.</span>
</li>
<li>
<h2><a href="http://docs.phonegap.com/phonegap_notification_notification.md.html#Notification">Notification</a></h2>
<span>Visual, audible, and tactile device notifications.</span>
</li>
<li>
<h2><a href="http://docs.phonegap.com/phonegap_storage_storage.md.html#Storage">Storage</a></h2>
<span>Hook into the devices native storage options.</span>
</li>
</ul>
<h1><a name="Guides">Guides</a></h1>
<ul>
<li>
<h2><a href="http://docs.phonegap.com/_index.html">Keyword Index</a></h2>
<span>Full index of the PhoneGap Documentation.</span>
</li>
</ul>
</div>
</div>
</div>
<!-- KISSinsights -->
<script type="text/javascript">var _kiq = _kiq || [];</script>
<script type="text/javascript" src="//s3.amazonaws.com/ki.js/12652/2gs.js" async="true"></script>
</body>
</html>