Mobile Unicom Base Station location query
Mobile Unicom Base Station location There are many websites have made interface API, I use Haoservice interface. This interface is used to request a key value.
(HTTP://WWW.HAOSERVICE.COM/DOCS/1)
Haoservice provides positioning of the base station, mobile phone number positioning, as well as WiFi and other positioning, today only introduce mobile Unicom base station positioning.
.. Mobile Unicom Base Station positioning
Form:
http://api.haoservice.com/api/getlbs
For example:
Http://api.haoservice.com/api/getlbs?mcc=460&mnc=0&cell_id=28655&lac=17695&key= the key you requested
Parameter description:
Whether the name type must be described
MCC Int (decimal) is the MCC Country code: China Code; 460
MNC int (decimal) is an MNC network type 0 Mobile 1 unicom (telco corresponding SID)
cell_id int (decimal) is the base station ID (Telecom corresponds to BID)
Lac Int (decimal) is lac (telco corresponds to NID)
Key string is the APP key
Type int No returns coordinate type default value 0 (Google coordinates), 1 (Baidu coordinate), 2 (GPS coordinates)
return Example:
{
"Location":
{
"Address":
{
"Region": "Jiangsu Province",
"County": "Wuzhong District",
"Street": "Only pavilion Town",
"Street_number": "Lotus Square",
"City": "Suzhou",
"Country": "China"
},
"Addressdescription": "Suzhou Wuzhong District, Jiangsu Province, Portland Small Street, Wei Ting Town, Lotus Plaza, Portland Small Street East",
"Longitude": 120.7259200, "latitude": 31.2968700, "accuracy": "1000"
},
"Access_token": null,
"Errcode": 0
}
Remark Description:
Base station positioning current coverage reached more than 95%, the server real-time correction update.
Mobile Unicom Base Station positioning