apple-location-services

0.1.1 • Public • Published

Apple Location Services

npm npm license npm downloads build status

Install via npm

$ npm install --save apple-location-services

Related modules

Usage

var LocationServices = require( 'apple-location-services' )

Example

$ node example/locate.js
Scanning for WiFi networks...
Detected 20 networks
Querying Apple Location Services...
Received 113 results
Filtered out 11 networks without location data
Filtered out 98 undetected networks
Generated trilateration matrix:

[ [ 1341663988, 5249087264, 4321101938.317972 ],
  [ 1341674818, 5249084620, 2262340095.8832603 ],
  [ 1341665645, 5249086654, 1789211062.113776 ],
  [ 1341636641, 5249097645, 5694164319.598579 ] ]

Position (lat, lon): [ 52.49086179333333, 13.416681503333333 ]

References

/apple-location-services/

    Package Sidebar

    Install

    npm i apple-location-services

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    15 kB

    Total Files

    6

    Last publish

    Collaborators

    • jhermsmeier