google maps, cellid to location

Posted by Dels on Stack Overflow See other posts from Stack Overflow or by Dels
Published on 2009-10-21T04:18:22Z Indexed on 2010/03/20 16:01 UTC
Read the original article Hit count: 422

According to this sample:

http://www.codeproject.com/KB/mobile/DeepCast.aspx

It's possible to request a gps coordinate (longitude & latitude) including range when sending cellid information (MCC, MNC, towerid, etc)

Can someone tell me the actual parameter to request/post to this address?

http://www.google.com/glm/mmap

It could be something like this

http://www.google.com/glm/mmap?mcc=xxx&mnc=xxx&towerid=xxx

And i would like to know what response we would get.

I have observe OpenCellid website and they provide some nice API to begin with, but i want to know about that in google map too (since they have more completed database).

OpenCellID API

© Stack Overflow or respective owner

Related posts about google-maps-api

Related posts about coordinates