20.11.2017 Views

My HTML 5

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>HTML</strong>5<br />

maximumAge<br />

Number<br />

Specifies the expiry time in milliseconds for cached<br />

location information.<br />

Example<br />

Following is a sample code which shows how to use above mentioned methods:<br />

function getLocation() {<br />

var geolocation = navigator.geolocation;<br />

geolocation.getCurrentPosition(showLocation, errorHandler,<br />

{maximumAge: 75000});<br />

}<br />

134

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!