login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

Getting Geographic Locations
iPhone OS Note: Geographic location classes are availabl ...
Use the JavaScript classes described in this chapter to ...

Safari Dev Center: Safari Web Content Guide: Getting Geographic Locations
http://developer.apple.com/safari/libra.../GettingGeographicalLocations.html#...

Categories

/Channels/techie/JavaScript

[ go to category ]

/Channels/techie/web development

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

Getting Geographic Locations

iPhone OS Note: Geographic location classes are available in iPhone OS 3.0 and later.

Use the JavaScript classes described in this chapter to obtain or track the current geographic location of the host device. These classes hide the implementation details of how the location information is obtained—for example, using Global Positioning System (GPS), IP addresses, Wi-Fi, Bluetooth, or some other technology. The classes allow you to get the current location or get continual updates on the location as it changes.

HTML

<h1 id="pageTitle">Getting Geographic Locations</h1><div class="notebox clear"><a name="//apple_ref/doc/uid/TP40002051-CH5-SW3" title="iPhone OS Note"></a><strong>iPhone OS Note:</strong>&nbsp;Geographic location classes are available in iPhone OS 3.0 and later.<p></p></div><p>Use the JavaScript classes described in this chapter to obtain or track the current geographic location of the host device. These classes hide the implementation details of how the location information is obtained&#x2014;for example, using Global Positioning System (GPS), IP addresses, Wi-Fi, Bluetooth, or some other technology. The classes allow you to get the current location or get continual updates on the location as it changes.</p>