1.LocationManager lm = (LocationManager)Runtime.getSystemServiceInstance(Context.LOCATION_SERVICE);
2.LocationManager lm = (LocationManager)getSystemService(Context.LOCATION_SERVICE);
3.LocationManager lm = new LocationManager(Context.LOCATION_SERVICE);
4.LocationManager lm = (LocationManager)SystemServiceFactory.createSystemService(Context.LOCATION_SERVICE);