Wednesday, 15 July 2015

json - Code GoogleMap API using Java -


I am trying to automate tracking of a user's location when it connects to our VPN network.

So, I'm using the Geolocation Map API.

All objects (in the JSON format) such as

  {"wifiAccessPoints": [["McAdress": "01: 23: 45: 67: 89 : "", "00: A3: BA: 55: 12: 67: 11", "Signal Strength": 8, "Channel": 8}]}  

Send to ""

But, it's showing the wrong location ... maybe away from the expected location.

Please let me know that I am missing somewhere.

Thank you.

I think there is something wrong with your JSON, it should look like this:

"": "{0}": "{0}": "{0} Statement of A3: BA: 55: 12: 67: 11 "," Signal Strength ": 8," Channel ": 8}]}

And this one comes back to the loop:


No comments:

Post a Comment