I want to add my wi-fi locations in google map near by the user Auto discovery of hotspot using Lat Long coordinates (Update message/news update when a hotspot is nearby).Can you tell me how to do this?
Asked
Active
Viewed 327 times
0
-
What did you try so far? We can't do all the work for you. – Zangdak Jul 21 '14 at 12:37
-
i can track only my location in google map till now – user3853169 Jul 21 '14 at 12:38
1 Answers
1
Use the WifiManager Class (and take a look at getscanResults()) HERE. This will return the list of all the hotspots found.
And this is how you can add a marker.
You will need to run a loop from 0 to the size of the list that you get. And in each Iteration, add a marker of your current position .

harveyslash
- 5,906
- 12
- 58
- 111
-
2This is as far as anyone can go to help you. Dont expect someone else to do your homework for you. I have provided the links , you should be able to get it work – harveyslash Jul 21 '14 at 13:05
-
you wanted some code, I can't guarantee it will work, but you can take a look at http://stackoverflow.com/a/7527380/2670775 – harveyslash Jul 21 '14 at 13:08
-
API means an interface . I dont understand what using 'API' means. – harveyslash Jul 21 '14 at 13:12
-
i have my website which contains the list of all wifi so can it help me out? – user3853169 Jul 21 '14 at 13:15
-
-
I cannot continue such a long discussion here. You will have to ask a new question. If you want help from users , you appreciate their effort by click on the tick. – harveyslash Jul 21 '14 at 13:22
-
-