wifilocation 0.2.0

Get your GPS location using WiFi hotspots
docs.rs failed to build wifilocation-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: wifilocation-0.3.0

Warning: subject to change!

wifilocation

A crate to return your GPS location using WiFi hotspots.

Inspired by Fractals wifi-location (https://github.com/contra/wifi-location)

Usage

This crate is on crates.io and can be used by adding wifilocation to the dependencies in your project's Cargo.toml.

[dependencies]
wifilocation = "0.2"

and this to your crate root:

extern crate wifilocation;

Example

use wifilocation;

println!("{:?}", wifilocation::get_location(wifilocation::get_towers()));

Copyright

Copyright 2016 Mark Sta Ana.

Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> at your option. This file may not be copied, modified, or distributed except according to those terms.