Inheritance: java.lang.Object, android.os.Parcelable
        private void updateLoc(Location loc)
        {
            // concat object object
            // double tostring

            textLatitude.setText("Latitude: " + ((object)loc.getLatitude()).ToString());
            textLongitude.setText("Longitude: " + ((object)loc.getLongitude()).ToString());
        }
            public void onLocationChanged(Location location)
            {
                __this.updateLoc(location);

            }