GDS\Mapper::mapOneFromResult PHP Method

mapOneFromResult() abstract public method

Map a single result out of the Raw response data array FROM Google TO a GDS Entity
abstract public mapOneFromResult ( object $obj_result ) : Entity
$obj_result object
return Entity
    public abstract function mapOneFromResult($obj_result);