
function FindAddressResult() { }
FindAddressResult._path = '/dwr';

FindAddressResult.getAddress = function(callback) {
    DWREngine._execute(FindAddressResult._path, 'FindAddressResult', 'getAddress', callback);
}

FindAddressResult.getLocation = function(callback) {
    DWREngine._execute(FindAddressResult._path, 'FindAddressResult', 'getLocation', callback);
}

FindAddressResult.getType = function(callback) {
    DWREngine._execute(FindAddressResult._path, 'FindAddressResult', 'getType', callback);
}

FindAddressResult.getAttribute = function(callback) {
    DWREngine._execute(FindAddressResult._path, 'FindAddressResult', 'getAttribute', callback);
}

FindAddressResult.getScore = function(callback) {
    DWREngine._execute(FindAddressResult._path, 'FindAddressResult', 'getScore', callback);
}
