How to do localisation using Google WPS?
This is also simple. First acquire your Google Geolocation API from the Google Developers Dashboard
curl -d @wapInfo.json -H "Content-Type: application/json" -i "https://www.googleapis.com/geolocation/v1/geolocate?key=yourGoogleDeveloperAPIKey"
I am writing a python program that will read all the SSID of your laptop and try to geolocate your laptop. It should work without the Cell Information since they are optional as stated in the API reference. I am not able to do it fast since I didn’t subscribe (pay for) this service.