Sunday, February 24, 2013

Get the latitude and longitude by passing the MCCC,MNC,CELLID

Get the latitude and longitude by passing the MCCC,MNC,CELLID By passing the cellid ,mnc,mcc to get the latitude and longitude of the cell i wrote this example in .ashx page public void ProcessRequest(HttpContext context)         {             string mcc = "262";             string mnc = "1";            ...
Read More »

Get the Latitude and longitude by passing address

Get the Latitude and longitude by passing address     Pass the parameters in this function     public string getlatitude(string data)         {             string LatLng = null;             //string latlng = "17.426895,78.452497";            ...
Read More »