Ok, I've built an app for doing ad-hoc drive testing on a GSM network and test it on my myTouch. Now I need to modify the code to work on a CDMA network (Verizon). I've been looking over the CdmaCellLocation class which seems to give me what I want.
Question: does anyone know what getBaseStationLatitude and getBaseStationLongitude will actually give me? The documentation says it returns an int. The problem is you cannot present Latitude and Longitude as an int (it should be a float or double). I don't have a Droid which makes testing this a little problematic for me. Ken -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

