I am developing an application in android 2.2 to identify location of user by Network:
1) First:
location= (GsmCellLocation)tm.getCellLocation();
cellId= location.getCid();
lac= location.getLac();
2) Second
wonder "http://www.google.com/glm/mmap" to get latitude and longitude and range.
3) Third
I repeat this step three times to obtain information from three different cells
How can I implement the triangulation? It is possible to perform a mapping between latitude/longitude and xy co-ordinates?